Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -4,17 +4,18 @@
#
################################################################################
SOLARUS_VERSION = v1.5.3
SOLARUS_SITE = $(call github,solarus-games,solarus,$(SOLARUS_VERSION))
SOLARUS_VERSION = 1.6.0
SOLARUS_SITE = http://www.solarus-games.org/downloads/solarus
SOLARUS_SOURCE = solarus-$(SOLARUS_VERSION)-src.tar.gz
SOLARUS_LICENSE = GPL-3.0 (code), CC-BY-SA-4.0 (Solarus logos and icons), \
CC-BY-SA-3.0 (GUI icons)
SOLARUS_LICENSE_FILES = license.txt license_gpl.txt
SOLARUS_LICENSE_FILES = license.txt
# Install libsolarus.so
SOLARUS_INSTALL_STAGING = YES
SOLARUS_DEPENDENCIES = libmodplug libogg libvorbis luajit openal physfs sdl2 \
SOLARUS_DEPENDENCIES = libgl libmodplug libogg libvorbis luajit openal physfs sdl2 \
sdl2_image sdl2_ttf
# Disable launcher GUI (requires Qt5)