diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-11 10:58:19 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-12-17 12:43:27 +0100 |
commit | 8fc1a3f58f180089284c7d5c8e67b584930d19fe (patch) | |
tree | 17e7ec9a5055f75e09d5120a83fac7296f5d842e /ui/Makefile.objs | |
parent | 5d0fe65078bcd6949372a49b125dded981856197 (diff) | |
download | qemu-8fc1a3f58f180089284c7d5c8e67b584930d19fe.tar.gz qemu-8fc1a3f58f180089284c7d5c8e67b584930d19fe.tar.bz2 qemu-8fc1a3f58f180089284c7d5c8e67b584930d19fe.zip |
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.objs | 2 |
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) |