meson.build: re-enable the protocol unit tests

Accidentally disabled when the meson variables shifted around.

Fixes d231ce2d9c
This commit is contained in:
Peter Hutterer 2024-01-05 13:38:35 +10:00
parent 9f3b64f3e6
commit 79e3d44558

View File

@ -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',