core: added proper event handling for XESetWireToEvent

This commit is contained in:
Nikolay Borodin
2023-06-16 23:50:20 +02:00
parent cee1287562
commit 07303ce2cb
2 changed files with 5 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ foreach i : required_xcb_packages
base_deps += [dependency(i, version: '>=1.12.0', required: true)]
endforeach
base_deps += [dependency('xcb-util', version: '>=0.4.0', required: true)]
if not cc.has_header('uthash.h')
error('Dependency uthash not found')
endif