mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
18 lines
275 B
TOML
18 lines
275 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/sdl2.git"
|
|
branch = "redox-2.0.33"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"liborbital",
|
|
"mesa",
|
|
"zlib",
|
|
]
|
|
cmakeflags = [
|
|
"-DSDL_VIDEO=1",
|
|
"-DSDL_ORBITAL=1",
|
|
"-DREDOX=1",
|
|
]
|