mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
12 lines
365 B
TOML
12 lines
365 B
TOML
#TODO missing script for SCons, see https://docs.godotengine.org/en/stable/contributing/development/compiling/compiling_for_linuxbsd.html
|
|
#TODO missing dependencies
|
|
[source]
|
|
tar = "https://github.com/godotengine/godot/releases/download/4.1.3-stable/godot-4.1.3-stable.tar.xz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libx11",
|
|
"mesa",
|
|
"mesa_glu",
|
|
]
|