[Buildroot] [PATCH/next 3/3] package/solarus: disable tests

Romain Naour romain.naour at gmail.com
Sun Dec 1 10:25:27 UTC 2019


Le 01/12/2019 à 10:28, Fabrice Fontaine a écrit :
> Set -DSOLARUS_TESTS=OFF to disable tests (option added in version 1.6.1
> with:
> https://gitlab.com/solarus-games/solarus/commit/1829189c6050e36086b12c3806932e8657265467)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

Reviewed-by: Romain Naour <romain.naour at gmail.com>

Best regards,
Romain

> ---
>  package/solarus/solarus.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/package/solarus/solarus.mk b/package/solarus/solarus.mk
> index c17483d339..19de91f614 100644
> --- a/package/solarus/solarus.mk
> +++ b/package/solarus/solarus.mk
> @@ -20,7 +20,9 @@ SOLARUS_DEPENDENCIES = libgl libmodplug libogg libvorbis openal physfs sdl2 \
>  	$(if $(BR2_PACKAGE_LUA_5_1),lua)
>  
>  # 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
> 




More information about the buildroot mailing list