mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
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
|
sdl2_image sdl2_ttf
|
||||||
|
|
||||||
# Disable launcher GUI (requires Qt5)
|
# 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)
|
ifeq ($(BR2_PACKAGE_LUAJIT),y)
|
||||||
SOLARUS_CONF_OPTS += -DSOLARUS_USE_LUAJIT=ON
|
SOLARUS_CONF_OPTS += -DSOLARUS_USE_LUAJIT=ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user