package/solarus: disable tests
Set -DSOLARUS_TESTS=OFF to disable tests (option added in version 1.6.1
with:
1829189c60
)
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f83c9d97dd
commit
480708da03
@ -20,7 +20,9 @@ SOLARUS_DEPENDENCIES = libgl libmodplug libogg libvorbis openal physfs sdl2 \
|
||||
sdl2_image sdl2_ttf
|
||||
|
||||
# Disable launcher GUI (requires Qt5)
|
||||
SOLARUS_CONF_OPTS = -DSOLARUS_GUI=OFF
|
||||
SOLARUS_CONF_OPTS = \
|
||||
-DSOLARUS_GUI=OFF \
|
||||
-DSOLARUS_TESTS=OFF
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LUAJIT),y)
|
||||
SOLARUS_CONF_OPTS += -DSOLARUS_USE_LUAJIT=ON
|
||||
|
Loading…
Reference in New Issue
Block a user