Add support for XKB_LED_NAME_COMPOSE and XKB_LED_NAME_KANA USB HID LEDs

Requires xkbcommon 1.8.0
This commit is contained in:
Martin Rys 2025-02-18 14:36:15 +01:00 committed by Simon Ser
parent c2327248f8
commit 62c86fb975
3 changed files with 7 additions and 3 deletions

View file

@ -105,8 +105,8 @@ drm = dependency('libdrm',
'tests=false',
],
)
xkbcommon = dependency(
'xkbcommon',
xkbcommon = dependency('xkbcommon',
version: '>=1.8.0',
fallback: 'libxkbcommon',
default_options: [
'enable-tools=false',