Move the qemu-keymap sources into the tools subdirectory.
Signed-off-by: Peter Maydell <[email protected]>
---
meson.build | 2 +-
qemu-keymap.c => tools/qemu-keymap.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename qemu-keymap.c => tools/qemu-keymap.c (100%)
diff --git a/meson.build b/meson.build
index 63eb4031a4..8164458eea 100644
--- a/meson.build
+++ b/meson.build
@@ -4517,7 +4517,7 @@ subdir('qga')
# when we don't build tools or system
if xkbcommon.found()
# used for the update-keymaps target, so include rules even if !have_tools
- qemu_keymap = executable('qemu-keymap', files('qemu-keymap.c',
'ui/input-keymap.c') + genh,
+ qemu_keymap = executable('qemu-keymap', files('tools/qemu-keymap.c',
'ui/input-keymap.c') + genh,
dependencies: [qemuutil, xkbcommon], install:
have_tools)
endif
diff --git a/qemu-keymap.c b/tools/qemu-keymap.c
similarity index 100%
rename from qemu-keymap.c
rename to tools/qemu-keymap.c
--
2.43.0