mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
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:
committed by
Enrico Weigelt
parent
e097ea8a83
commit
90c8af27bd
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user