mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-06-20 05:46:00 +00:00
RISCOS: Move SDL 1.2 build script into common
This commit is contained in:
committed by
Le Philousophe
parent
96ba05c0a5
commit
54b2b068ce
@@ -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',
|
||||
|
||||
Vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user