diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-09-19 20:24:43 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 17:06:17 -0400 |
commit | 28742467c9c0bd49f594bfd46ecca5e6398ddb12 (patch) | |
tree | 3262e9adc3195d9c37944edb51c097528555ff77 /ui | |
parent | c44a33e2fe0688b323a5a8c76852f286fc02be9f (diff) |
meson: convert pc-bios/keymaps/Makefile
Note that sl and sv keymaps were not created by qemu-keymap.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'ui')
-rw-r--r-- | ui/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/meson.build b/ui/meson.build index 6f74d30ea0..81fd393432 100644 --- a/ui/meson.build +++ b/ui/meson.build @@ -95,7 +95,7 @@ keymaps = [ ['osx', 'qcode'], ] -if have_system +if have_system or 'CONFIG_XKBCOMMON' in config_host foreach e : keymaps output = 'input-keymap-@0@-to-@1@.c.inc'.format(e[0], e[1]) genh += custom_target(output, |