mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-04 10:53:30 +08:00
package/solarus: bump to version 1.6.4
Add glm dependency since the bundled version is gone [1]. Update indentation of hash file (two spaces). [1] https://gitlab.com/solarus-games/solarus/commit/5285c8e1afa538bbcd4c8654f9bbfb270cc7f52 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
17e71b3462
commit
7753a96380
@ -7,6 +7,7 @@ config BR2_PACKAGE_SOLARUS
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # openal
|
||||
depends on !BR2_STATIC_LIBS # SDL2
|
||||
depends on BR2_PACKAGE_HAS_LIBGL
|
||||
select BR2_PACKAGE_GLM
|
||||
select BR2_PACKAGE_LIBMODPLUG
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
select BR2_PACKAGE_LIBPNG # runtime
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 c14cd97bad6e12310b938d90abd4e8ebdd0abb403cdcc015d5add82dfc5a085b solarus-v1.6.2.tar.bz2
|
||||
sha256 b2e00a7df8953903ba022a8f392038e86f675cee714da19cf9a5f8535c42f349 solarus-v1.6.4.tar.bz2
|
||||
|
||||
sha256 309875d925041d909bc705473d6c4b7905272aea15c1c2389088c26c161bae1f license.txt
|
||||
sha256 309875d925041d909bc705473d6c4b7905272aea15c1c2389088c26c161bae1f license.txt
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SOLARUS_VERSION = 1.6.2
|
||||
SOLARUS_VERSION = 1.6.4
|
||||
SOLARUS_SITE = \
|
||||
https://gitlab.com/solarus-games/solarus/-/archive/v$(SOLARUS_VERSION)
|
||||
SOLARUS_SOURCE = solarus-v$(SOLARUS_VERSION).tar.bz2
|
||||
@ -16,8 +16,8 @@ SOLARUS_LICENSE_FILES = license.txt
|
||||
# Install libsolarus.so
|
||||
SOLARUS_INSTALL_STAGING = YES
|
||||
|
||||
SOLARUS_DEPENDENCIES = libgl libmodplug libogg libvorbis openal physfs sdl2 \
|
||||
sdl2_image sdl2_ttf
|
||||
SOLARUS_DEPENDENCIES = glm libgl libmodplug libogg libvorbis openal physfs \
|
||||
sdl2 sdl2_image sdl2_ttf
|
||||
|
||||
# Disable launcher GUI (requires Qt5)
|
||||
SOLARUS_CONF_OPTS = \
|
||||
|
Loading…
Reference in New Issue
Block a user