Skip to content

Commit

Permalink
meson: fix installation of keymaps
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony PERARD <[email protected]>

Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
anthonyper-ctx authored and bonzini committed Sep 30, 2020
1 parent fb4176d commit 6e01884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pc-bios/keymaps/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ foreach km, args: keymaps
build_by_default: true,
output: km,
command: [native_qemu_keymap, '-f', '@OUTPUT@', args.split()],
install: true,
install_dir: qemu_datadir / 'keymaps')
else
# copy from source tree
Expand All @@ -55,6 +56,7 @@ foreach km, args: keymaps
input: km,
output: km,
command: ['cp', '@INPUT@', '@OUTPUT@'],
install: true,
install_dir: qemu_datadir / 'keymaps')
endif
endforeach
Expand Down

0 comments on commit 6e01884

Please sign in to comment.