summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-03-18 17:48:26 +0100
committerMarge Bot <emma+marge@anholt.net>2024-04-23 02:18:02 +0000
commit75cf29fe6c4728393ee0158360aaee512f2232d8 (patch)
tree7e3fea5b95cd339f757ff2a9611c24843b28ceff
parentfeb5c785fc116181a41cd2abdd3559ba105369d0 (diff)
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>
-rw-r--r--dbe/meson.build8
-rwxr-xr-xhw/xfree86/sdksyms.sh6
2 files changed, 0 insertions, 14 deletions
diff --git a/dbe/meson.build b/dbe/meson.build
index 2aa595aa3..e10bde199 100644
--- a/dbe/meson.build
+++ b/dbe/meson.build
@@ -3,16 +3,8 @@ srcs_dbe = [
'midbe.c',
]
-hdrs_dbe = [
- 'dbestruct.h',
-]
-
libxserver_dbe = static_library('libxserver_dbe',
srcs_dbe,
include_directories: inc,
dependencies: common_dep,
)
-
-if build_xorg
- install_data(hdrs_dbe, install_dir: xorgsdkdir)
-endif
diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh
index 0ae78e92d..c3ed36401 100755
--- a/hw/xfree86/sdksyms.sh
+++ b/hw/xfree86/sdksyms.sh
@@ -208,12 +208,6 @@ cat > sdksyms.c << EOF
#include "rrtransform.h"
-/* dbe/Makefile.am -- module */
-#ifdef DBE
-#include "dbestruct.h"
-#endif
-
-
/* exa/Makefile.am -- module */
/*
#include "exa.h"