meson: Require xkbcommon >= 1.0.0

The 'xkb_keymap_key_get_mods_for_level' function was introduced in
v1.0.0 and it is needed for reverse keysym-keycode mapping.
pull/95/head
Andri Yngvason 2020-12-31 12:55:36 +00:00
parent e3af211523
commit 0dd4840065
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ libpam = cc.find_library('pam', required: get_option('pam'))
pixman = dependency('pixman-1')
gbm = dependency('gbm', required: get_option('screencopy-dmabuf'))
drm = dependency('libdrm')
xkbcommon = dependency('xkbcommon')
xkbcommon = dependency('xkbcommon', version: '>=1.0.0')
wayland_client = dependency('wayland-client')
neatvnc_version = '>=0.4.0'