Skip to content
Snippets Groups Projects
Commit 6e01884c authored by Anthony PERARD's avatar Anthony PERARD Committed by Paolo Bonzini
Browse files

meson: fix installation of keymaps


Signed-off-by: default avatarAnthony PERARD <anthony.perard@citrix.com>

Message-Id: <20200918130354.1879275-1-anthony.perard@citrix.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent fb4176d0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment