mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
940a8ce075
commit
cc720a5dc4
3 changed files with 4 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue