diff options
author | Ronan Pigott <ronan@rjp.ie> | 2022-12-14 19:12:36 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-01-11 11:32:09 +0100 |
commit | 2f2cdd60def006f6d3cbe318f9edd7d68fcb239a (patch) | |
tree | a6f980693918ff12a9c7b1c97b481473c3ad9360 /meson.build | |
parent | 3061999ec5ab25524e5a4ba5f5518c19bf57ce95 (diff) |
input: enable user xkb configs with cap_sys_nice
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index fa008332..84e7c6c5 100644 --- a/meson.build +++ b/meson.build @@ -68,7 +68,7 @@ wayland_server = dependency('wayland-server', version: '>=1.21.0') wayland_client = dependency('wayland-client') wayland_cursor = dependency('wayland-cursor') wayland_protos = dependency('wayland-protocols', version: '>=1.24') -xkbcommon = dependency('xkbcommon') +xkbcommon = dependency('xkbcommon', version: '>=1.5.0') cairo = dependency('cairo') pango = dependency('pango') pangocairo = dependency('pangocairo') |