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 /pc-bios/meson.build | |
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 'pc-bios/meson.build')
-rw-r--r-- | pc-bios/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build index 6e3bfe3ca4..b6389f5148 100644 --- a/pc-bios/meson.build +++ b/pc-bios/meson.build @@ -25,3 +25,4 @@ if 'DECOMPRESS_EDK2_BLOBS' in config_host endif subdir('descriptors') +subdir('keymaps') |