Xnest: tidy up extension blacklisting in miinitext.c

The DDX'es sometimes need to disable certain extensions. Instead of complex
include cascades with ifdef'ed ddx-specific include from dix code, it's
more clean to add some clear and explicit knobs set by the DDX'es individual
meson.build.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-15 17:59:56 +01:00
parent ca46ff2845
commit 05c63aeecd
2 changed files with 14 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ executable(
libxserver_xi_stubs,
libxserver_xkb_stubs,
],
c_args: [ '-DDISABLE_EXT_COMPOSITE', '-DDISABLE_EXT_DPMS', '-DISABLE_EXT_MITSHM' ],
install: true,
)