mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Bake in GLUI and Lakka if HAVE_OPENGL is defined and HAVE_RGUI
is defined
This commit is contained in:
parent
0402f91ee1
commit
5ece6d5ec0
@ -36,6 +36,16 @@ ifeq ($(REENTRANT_TEST), 1)
|
||||
OBJ += console/test.o
|
||||
endif
|
||||
|
||||
# Switches
|
||||
|
||||
# Extra menu drivers if GL supported
|
||||
ifeq ($(HAVE_OPENGL), 1)
|
||||
ifeq ($(HAVE_RGUI), 1)
|
||||
HAVE_GLUI = 1
|
||||
HAVE_LAKKA = 1
|
||||
endif
|
||||
endif
|
||||
|
||||
# System
|
||||
|
||||
ifneq ($(findstring BSD,$(OS)),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user