aboutsummaryrefslogtreecommitdiff
path: root/ui/meson.build
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2020-08-24 17:24:29 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-08-25 08:12:19 +0200
commit4113f4cfeea57774d492af48aec97a043d82a32e (patch)
treebeeb3cc39e13e6a2a33fa4949fedbc38d57574de /ui/meson.build
parentddcf607fa3d6881cf0286a9b88a40fde265cbe37 (diff)
meson: move xkbcommon to meson
Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-id: 20200824152430.1844159-2-laurent@vivier.eu Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/meson.build')
-rw-r--r--ui/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/meson.build b/ui/meson.build
index 81fd393432..018c5698bf 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -95,7 +95,7 @@ keymaps = [
['osx', 'qcode'],
]
-if have_system or 'CONFIG_XKBCOMMON' in config_host
+if have_system or xkbcommon.found()
foreach e : keymaps
output = 'input-keymap-@0@-to-@1@.c.inc'.format(e[0], e[1])
genh += custom_target(output,