Updated ST-SDL package

This commit is contained in:
DrUm78 2023-08-18 11:41:07 +02:00
parent 9f4bfa30ca
commit b0b692d23f

View File

@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
ST_SDL_VERSION = 2c29ceeb9ec01154d5a80d394446b42b0154d0ec ST_SDL_VERSION = v1.0-funkey-s
ST_SDL_SITE_METHOD = git ST_SDL_SITE_METHOD = git
ST_SDL_SITE = https://github.com/FunKey-Project/st-sdl.git ST_SDL_SITE = https://github.com/DrUm78/st-sdl.git
ST_SDL_LICENSE = GPL-2.1+ ST_SDL_LICENSE = GPL-2.1+
ST_SDL_LICENSE_FILES = LICENSE ST_SDL_LICENSE_FILES = LICENSE
@ -14,7 +14,7 @@ ST_SDL_DEPENDENCIES = sdl
define ST_SDL_BUILD_CMDS define ST_SDL_BUILD_CMDS
(cd $(@D); \ (cd $(@D); \
sed -i -e 's|/opt/FunKey-sdk-2.0.0|../../host|g' config_funkey-s.mk; \ sed -i -e 's|/opt/FunKey-sdk|../../host|g' config_funkey-s.mk; \
sed -i -e 's|arm-funkey-linux-musleabihf-|arm-linux-|g' config_funkey-s.mk; \ sed -i -e 's|arm-funkey-linux-musleabihf-|arm-linux-|g' config_funkey-s.mk; \
make \ make \
) )