mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
configure: opengl overhaul
Rename config option from "glx" to "opengl", glx will not be the only option for opengl in near future. Also switch over to pkg-config for opengl support detection. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
d28d6505bd
commit
da076ffed6
6 changed files with 23 additions and 26 deletions
|
|
@ -20,7 +20,7 @@ common-obj-$(CONFIG_ZAURUS) += tc6393xb.o
|
|||
|
||||
ifeq ($(CONFIG_MILKYMIST_TMU2),y)
|
||||
common-obj-y += milkymist-tmu2.o
|
||||
libs_softmmu += $(GLX_LIBS)
|
||||
libs_softmmu += $(OPENGL_LIBS)
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_OMAP) += omap_dss.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue