]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commitdiff
fix keymaps not installing unplug-update
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 17 Sep 2020 14:00:52 +0000 (15:00 +0100)
committerAnthony PERARD <anthony.perard@citrix.com>
Thu, 17 Sep 2020 14:09:00 +0000 (15:09 +0100)
pc-bios/keymaps/meson.build

index 2e2e0dfa3b79af3ff97c9ee03df284fe49c8a3d8..d1bcee79f2ceaacb8e3be16e20d269cd2da2588a 100644 (file)
@@ -55,6 +55,7 @@ foreach km, args: keymaps
                        input: km,
                        output: km,
                        command: ['cp', '@INPUT@', '@OUTPUT@'],
+                       install: true,
                        install_dir: qemu_datadir / 'keymaps')
   endif
 endforeach