meson.build: re-enable the protocol unit tests
Accidentally disabled when the meson variables shifted around.
Fixes d231ce2d9c
This commit is contained in:
parent
9f3b64f3e6
commit
79e3d44558
|
@ -214,7 +214,7 @@ if build_xorg
|
|||
'xi2/protocol-eventconvert.c',
|
||||
'xi2/xi2.c',
|
||||
]
|
||||
unit_defines += ['-DLDWRAP_TESTS']
|
||||
unit_c_args += ['-DLDWRAP_TESTS']
|
||||
unit_includes += [include_directories('xi1', 'xi2')]
|
||||
ldwraps = [
|
||||
'-Wl,-wrap,dixLookupWindow',
|
||||
|
|
Loading…
Reference in New Issue