Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -2,7 +2,6 @@ config BR2_PACKAGE_LTRIS
|
||||
bool "LTris"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_SDL
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
LTris is a tetris clone, using SDL. It optionally requires
|
||||
SDL_mixer for audio support. A display with minimum 640x480
|
||||
|
||||
@@ -6,10 +6,11 @@
|
||||
|
||||
LTRIS_SITE = http://downloads.sourceforge.net/lgames/ltris
|
||||
LTRIS_VERSION = 1.0.19
|
||||
LTRIS_LICENSE = GPLv2+
|
||||
LTRIS_LICENSE = GPL-2.0+
|
||||
LTRIS_LICENSE_FILES = COPYING
|
||||
|
||||
LTRIS_DEPENDENCIES = sdl
|
||||
LTRIS_DEPENDENCIES = sdl $(TARGET_NLS_DEPENDENCIES)
|
||||
LTRIS_LIBS = $(TARGET_NLS_LIBS)
|
||||
|
||||
LTRIS_CONF_ENV = \
|
||||
SDL_CONFIG="$(STAGING_DIR)/usr/bin/sdl-config" \
|
||||
@@ -25,9 +26,4 @@ else
|
||||
LTRIS_CONF_OPTS += --disable-sound
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
||||
LTRIS_DEPENDENCIES += gettext
|
||||
LTRIS_LIBS += -lintl
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user