meson: Correctly set DDXOSVERRORF and DDXBEFORERESET on xwin
This worked with autotools, but not meson build system.
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
(cherry picked from commit 04c93b98e9
)
This commit is contained in:
parent
101791f80f
commit
7caf29ca66
|
@ -245,6 +245,8 @@ conf_data.set('HAVE_LIBUNWIND', get_option('libunwind'))
|
|||
conf_data.set('HAVE_APM', (build_apm or build_acpi) ? '1' : false)
|
||||
conf_data.set('HAVE_ACPI', build_acpi ? '1' : false)
|
||||
|
||||
conf_data.set('DDXOSVERRORF', build_xwin ? '1' : false)
|
||||
conf_data.set('DDXBEFORERESET', build_xwin ? '1' : false)
|
||||
enable_debugging = get_option('buildtype') == 'debug'
|
||||
conf_data.set('DEBUG', enable_debugging ? '1' : false)
|
||||
|
||||
|
|
Loading…
Reference in New Issue