redox/recipes/libs/sdl2/recipe.toml
2026-06-07 03:32:02 +07:00

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",
]