mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Merge branch 'sopwith-fix' into 'master'
Fix sopwith compilation See merge request redox-os/redox!2179
This commit is contained in:
commit
9c25e638cd
@ -1,6 +1,6 @@
|
|||||||
[source]
|
[source]
|
||||||
tar = "https://github.com/fragglet/sdl-sopwith/releases/download/sdl-sopwith-2.9.0/sdl-sopwith-2.9.0.tar.gz"
|
tar = "https://github.com/fragglet/sdl-sopwith/releases/download/sdl-sopwith-2.9.0/sdl-sopwith-2.9.0.tar.gz"
|
||||||
blake3 = "44e1404a9c4bea257d7778d2a4b1512231603a74b0a7b18eac5d18f36730ed3e"
|
blake3 = "f06a6d0c826b42989c58074f85ed8e19fbfd5fe53a357ba356bc1109bcf91ef3"
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
autotools_recursive_regenerate
|
autotools_recursive_regenerate
|
||||||
@ -9,14 +9,15 @@ autotools_recursive_regenerate
|
|||||||
[build]
|
[build]
|
||||||
template = "custom"
|
template = "custom"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"sdl1",
|
"sdl2",
|
||||||
"liborbital",
|
"liborbital",
|
||||||
"libiconv",
|
"libiconv",
|
||||||
]
|
]
|
||||||
|
dev-dependencies = [
|
||||||
|
"libstdcxx"
|
||||||
|
]
|
||||||
script = """
|
script = """
|
||||||
DYNAMIC_INIT
|
DYNAMIC_INIT
|
||||||
export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/SDL"
|
|
||||||
export LIBS="-lSDL -lorbital" # TODO: Uses sdl-config instead of pkg-config
|
|
||||||
|
|
||||||
# For some reason, cook_configure breaks spectacularly on this
|
# For some reason, cook_configure breaks spectacularly on this
|
||||||
# We will just copy instead
|
# We will just copy instead
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user