summaryrefslogtreecommitdiff
path: root/ui/Makefile.objs
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-03-21 08:04:48 +0100
committerPeter Maydell <peter.maydell@linaro.org>2017-03-21 10:25:01 +0000
commitcc720a5dc4d096206d30f7724fc9dc5c8af4593b (patch)
tree169b5497407e360a7aaae5e6b150a35fe902132e /ui/Makefile.objs
parent940a8ce075e3408742a4edcabfd6c2a15e2539eb (diff)
downloadqemu-cc720a5dc4d096206d30f7724fc9dc5c8af4593b.tar.gz
add opengl_cflags to QEMU_CFLAGS
... and drop OPENGL_CFLAGS from Makefiles. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 1490079888-29029-1-git-send-email-kraxel@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'ui/Makefile.objs')
-rw-r--r--ui/Makefile.objs7
1 files changed, 2 insertions, 5 deletions
diff --git a/ui/Makefile.objs b/ui/Makefile.objs
index dc936f150e..27566b32f1 100644
--- a/ui/Makefile.objs
+++ b/ui/Makefile.objs
@@ -41,11 +41,8 @@ endif
endif
gtk.o-cflags := $(GTK_CFLAGS) $(VTE_CFLAGS)
-gtk-egl.o-cflags := $(GTK_CFLAGS) $(VTE_CFLAGS) $(OPENGL_CFLAGS)
-gtk-gl-area.o-cflags := $(GTK_CFLAGS) $(VTE_CFLAGS) $(OPENGL_CFLAGS)
-shader.o-cflags += $(OPENGL_CFLAGS)
-console-gl.o-cflags += $(OPENGL_CFLAGS)
-egl-helpers.o-cflags += $(OPENGL_CFLAGS)
+gtk-egl.o-cflags := $(GTK_CFLAGS) $(VTE_CFLAGS)
+gtk-gl-area.o-cflags := $(GTK_CFLAGS) $(VTE_CFLAGS)
gtk-egl.o-libs += $(OPENGL_LIBS)
shader.o-libs += $(OPENGL_LIBS)