mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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>
This commit is contained in:
parent
c44a33e2fe
commit
28742467c9
7 changed files with 65 additions and 70 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue