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"