mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 21:48:53 +08:00
18 lines
343 B
TOML
18 lines
343 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/sdl1.2.git"
|
|
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"liborbital"
|
|
]
|
|
configure = [
|
|
"--disable-loadso",
|
|
"--disable-pulseaudio",
|
|
"--disable-video-x11",
|
|
"--enable-clock_gettime",
|
|
"--enable-pthread-sem",
|
|
"--enable-redoxaudio",
|
|
"--enable-video-orbital",
|
|
]
|