summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKeno Fischer2018-06-14 01:51:56 +0200
committerGerd Hoffmann2018-06-14 09:52:23 +0200
commit656282d245b49b84d4a1a47d7b7ede482d541776 (patch)
tree0221c7cc6bc6ffb8e586cc1d811c20a024793812 /Makefile
parentMerge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ... (diff)
downloadqemu-656282d245b49b84d4a1a47d7b7ede482d541776.tar.gz
qemu-656282d245b49b84d4a1a47d7b7ede482d541776.tar.xz
qemu-656282d245b49b84d4a1a47d7b7ede482d541776.zip
ui: darwin: gtk: Add missing input keymap
In appears the input keymap for osx was forgotten in the commit that converted the gtk frontend to keycodemapdb. Add it. Fixes: 2ec78706 ("ui: convert GTK and SDL1 frontends to keycodemapdb") CC: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Keno Fischer <keno@juliacomputing.com> Message-id: 1528933916-40670-1-git-send-email-keno@juliacomputing.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6c6664d9a3..bdae3133fb 100644
--- a/Makefile
+++ b/Makefile
@@ -322,6 +322,7 @@ KEYCODEMAP_FILES = \
ui/input-keymap-xorgkbd-to-qcode.c \
ui/input-keymap-xorgxquartz-to-qcode.c \
ui/input-keymap-xorgxwin-to-qcode.c \
+ ui/input-keymap-osx-to-qcode.c \
$(NULL)
GENERATED_FILES += $(KEYCODEMAP_FILES)