mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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:
parent
c2327248f8
commit
62c86fb975
3 changed files with 7 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue