dbe: unexport dbestruct.h
This include isn't used by any (known) driver nor included by any other public header, so no need to keep it in the public module API. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1422>
This commit is contained in:
parent
feb5c785fc
commit
75cf29fe6c
|
@ -3,16 +3,8 @@ srcs_dbe = [
|
||||||
'midbe.c',
|
'midbe.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
hdrs_dbe = [
|
|
||||||
'dbestruct.h',
|
|
||||||
]
|
|
||||||
|
|
||||||
libxserver_dbe = static_library('libxserver_dbe',
|
libxserver_dbe = static_library('libxserver_dbe',
|
||||||
srcs_dbe,
|
srcs_dbe,
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
dependencies: common_dep,
|
dependencies: common_dep,
|
||||||
)
|
)
|
||||||
|
|
||||||
if build_xorg
|
|
||||||
install_data(hdrs_dbe, install_dir: xorgsdkdir)
|
|
||||||
endif
|
|
||||||
|
|
|
@ -208,12 +208,6 @@ cat > sdksyms.c << EOF
|
||||||
#include "rrtransform.h"
|
#include "rrtransform.h"
|
||||||
|
|
||||||
|
|
||||||
/* dbe/Makefile.am -- module */
|
|
||||||
#ifdef DBE
|
|
||||||
#include "dbestruct.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* exa/Makefile.am -- module */
|
/* exa/Makefile.am -- module */
|
||||||
/*
|
/*
|
||||||
#include "exa.h"
|
#include "exa.h"
|
||||||
|
|
Loading…
Reference in New Issue