mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
meson.build: move creating conf_data object to toplevel
create it very early, so we're free to move around call sites between subdirectories. preparation for untwisting the whole probing logic. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
19ee44b607
commit
1c0a9399c8
@@ -8,9 +8,6 @@ release = 1 * 10000000 + major * 100000 + minor * 1000 + patch
|
||||
|
||||
dri_dep = dependency('dri', required: build_glx)
|
||||
|
||||
conf_data = configuration_data()
|
||||
conf_data.set('_DIX_CONFIG_H_', '1')
|
||||
|
||||
# For feature macros we're using either false (boolean) or '1', which correspond to the macro being
|
||||
# not defined at all and defined to 1. This is to match autotools behavior and thus preserve
|
||||
# backwards compatibility with all the existing code that uses #ifdef to check if feature is
|
||||
|
||||
Reference in New Issue
Block a user