include: move writing xorg-config.h to the end

This allows us to move around probing DDX specific logic out of the fat
include/meson.build to more appropriate places, eg. xfree86/meson.build.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-10 13:24:22 +01:00
committed by Enrico Weigelt
parent e097ea8a83
commit 90c8af27bd
4 changed files with 6 additions and 6 deletions

View File

@@ -400,10 +400,6 @@ elif host_machine.system() == 'netbsd' or host_machine.system() == 'openbsd'
endif
endif
configure_file(output : 'xorg-config.h',
input : 'xorg-config.h.meson.in',
configuration : xorg_data)
xwin_data = configuration_data()
xwin_data.set_quoted('DEFAULT_LOGDIR', log_dir)
xwin_data.set('HAS_WINSOCK', host_machine.system() == 'windows' ? '1' : false,