Bake in GLUI and Lakka if HAVE_OPENGL is defined and HAVE_RGUI

is defined
This commit is contained in:
twinaphex 2014-09-14 04:52:44 +02:00
parent 0402f91ee1
commit 5ece6d5ec0

View File

@ -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)),)