summaryrefslogtreecommitdiff
path: root/ui/Makefile.objs
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2014-11-11 10:58:19 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-17 12:43:27 +0100
commit8fc1a3f58f180089284c7d5c8e67b584930d19fe (patch)
tree17e7ec9a5055f75e09d5120a83fac7296f5d842e /ui/Makefile.objs
parent5d0fe65078bcd6949372a49b125dded981856197 (diff)
downloadqemu-8fc1a3f58f180089284c7d5c8e67b584930d19fe.tar.gz
sdl2: move keyboard input code to new sdl2-input.c
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'ui/Makefile.objs')
-rw-r--r--ui/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Makefile.objs b/ui/Makefile.objs
index b25e85f68e..011c5bb4d4 100644
--- a/ui/Makefile.objs
+++ b/ui/Makefile.objs
@@ -20,7 +20,7 @@ ifeq ($(CONFIG_SDLABI),1.2)
sdl.mo-objs := sdl.o sdl_zoom.o
endif
ifeq ($(CONFIG_SDLABI),2.0)
-sdl.mo-objs := sdl2.o
+sdl.mo-objs := sdl2.o sdl2-input.o
endif
sdl.mo-cflags := $(SDL_CFLAGS)