mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Add sdl recipe
This commit is contained in:
parent
db9f4e40bf
commit
622bc4a1e9
23
recipes/sdl/recipe.toml
Normal file
23
recipes/sdl/recipe.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[source]
|
||||
tar = "https://www.libsdl.org/release/SDL-1.2.15.tar.gz"
|
||||
patches = [
|
||||
"redox.patch"
|
||||
]
|
||||
script = "./autogen.sh"
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
dependencies = [
|
||||
"liborbital"
|
||||
]
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
--disable-pulseaudio
|
||||
--disable-video-x11
|
||||
--disable-loadso
|
||||
--enable-redoxaudio
|
||||
--enable-clock_gettime
|
||||
--enable-video-orbital
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user