RISCOS: Move SDL 1.2 build script into common

This commit is contained in:
Cameron Cawley
2021-08-03 18:42:06 +00:00
committed by Le Philousophe
parent 96ba05c0a5
commit 54b2b068ce
3 changed files with 7 additions and 6 deletions
+5 -5
View File
@@ -193,6 +193,11 @@ VERSIONS = {
'exclude pattern': r'.*\.(beta|rc)\d+$'
},
('./toolchains/common/packages/libiconv/build.sh', 'LIBICONV'): libiconv_check,
('./toolchains/common/packages/libsdl1.2/build.sh', 'SDL'): {
'check': 'git commit',
'repository': 'https://github.com/libsdl-org/SDL-1.2.git',
'branch': 'main',
},
('./toolchains/devkit3ds/packages/Project_CTR/build.sh', 'PROJECT_CTR'): {
'check': 'git tag',
@@ -458,11 +463,6 @@ VERSIONS = {
'repository': 'https://svn.code.sf.net/p/ro-oslib/code/trunk',
},
('./toolchains/riscos/packages/iconv/build.sh', 'LIBICONV'): libiconv_check,
('./toolchains/riscos/packages/libsdl1.2/build.sh', 'SDL'): {
'check': 'git commit',
'repository': 'https://github.com/libsdl-org/SDL-1.2.git',
'branch': 'main',
},
('./toolchains/riscos/packages/tokenize/build.sh', 'TOKENIZE'): {
'check': 'git commit',
'repository': 'https://github.com/steve-fryatt/tokenize.git',
+2 -1
View File
@@ -101,6 +101,7 @@ helpers_package(freetype)
helpers_package(fribidi)
local_package(libsdl1.2)
COPY packages/libsdl1.2 lib-helpers/packages/libsdl1.2/
helpers_package(libsdl1.2)
helpers_package(sdl-net1.2)