mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
configure: rename OpenGL feature to GLX
As the probe now actually checks for the availability of GLX, rename it accordingly. The only user of this feature is the milkymist-tmu2 model. Signed-off-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
d3fcbb1678
commit
b1e5fff4af
3 changed files with 18 additions and 18 deletions
|
@ -11,7 +11,7 @@ obj-y += milkymist-minimac2.o
|
|||
obj-y += milkymist-pfpu.o
|
||||
obj-y += milkymist-softusb.o
|
||||
obj-y += milkymist-sysctl.o
|
||||
obj-$(CONFIG_OPENGL) += milkymist-tmu2.o
|
||||
obj-$(CONFIG_GLX) += milkymist-tmu2.o
|
||||
obj-y += milkymist-uart.o
|
||||
obj-y += milkymist-vgafb.o
|
||||
obj-y += framebuffer.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue