diff options
| author | Fam Zheng | 2017-09-07 10:29:11 +0200 |
|---|---|---|
| committer | Fam Zheng | 2017-09-22 04:20:34 +0200 |
| commit | 8ecc89f6e792152496eccb684d6c8c48aba8027d (patch) | |
| tree | 8e0823ec66c1d1bb7449ee940a8746ef16559092 /ui/Makefile.objs | |
| parent | buildsys: Move vde libs to per object (diff) | |
| download | qemu-8ecc89f6e792152496eccb684d6c8c48aba8027d.tar.gz qemu-8ecc89f6e792152496eccb684d6c8c48aba8027d.tar.xz qemu-8ecc89f6e792152496eccb684d6c8c48aba8027d.zip | |
buildsys: Move sdl cflags/libs to per object
Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170907082918.7299-3-famz@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'ui/Makefile.objs')
| -rw-r--r-- | ui/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Makefile.objs b/ui/Makefile.objs index 3369451285..ec8533d6d9 100644 --- a/ui/Makefile.objs +++ b/ui/Makefile.objs @@ -27,6 +27,7 @@ sdl.mo-objs += sdl2-gl.o endif endif sdl.mo-cflags := $(SDL_CFLAGS) +sdl.mo-libs := $(SDL_LIBS) ifeq ($(CONFIG_OPENGL),y) common-obj-y += shader.o |
