]> git.proxmox.com Git - pve-qemu.git/commit
buildsys: use QEMU's keycodemapdb again
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 17 Oct 2023 12:10:08 +0000 (14:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Oct 2023 13:01:23 +0000 (15:01 +0200)
commit0d9c737d61ecc3e07fb064164e20515260edd21d
tree63400de98d2938c018bcb5058bd0b208f302ac27
parenta6ddea7ef77fadb0d71b4fffa5d686802b577fcb
buildsys: use QEMU's keycodemapdb again

instead of the split-out version that was last updated for QEMU 6.0.
This reverts the relevant part of 6838f03 ("bump version to 2.11.1-1")
which doesn't state a reason why the splitting was done. If something
breaks, we can still re-do it and document the reason this time.

Alternatively, it would be necessary to adapt the paths, because
keycodemapdb lives in subprojects/ rather than ui/ since QEMU commit
c53648abba ("meson: use subproject for keycodemapdb").

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
19 files changed:
Makefile
keycodemapdb/LICENSE.BSD [deleted file]
keycodemapdb/LICENSE.GPL2 [deleted file]
keycodemapdb/README [deleted file]
keycodemapdb/data/README [deleted file]
keycodemapdb/data/keymaps.csv [deleted file]
keycodemapdb/meson.build [deleted file]
keycodemapdb/tests/.gitignore [deleted file]
keycodemapdb/tests/Makefile [deleted file]
keycodemapdb/tests/javascript [deleted file]
keycodemapdb/tests/python2 [deleted file]
keycodemapdb/tests/python3 [deleted file]
keycodemapdb/tests/stdc++.cc [deleted file]
keycodemapdb/tests/stdc.c [deleted file]
keycodemapdb/tests/test.py [deleted file]
keycodemapdb/thirdparty/LICENSE-argparse.txt [deleted file]
keycodemapdb/thirdparty/__init__.py [deleted file]
keycodemapdb/thirdparty/argparse.py [deleted file]
keycodemapdb/tools/keymap-gen [deleted file]