mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
15 lines
318 B
TOML
15 lines
318 B
TOML
#TODO missing script for GNU Autotools, see https://github.com/tux4kids/t4kcommon/blob/master/INSTALL#L33
|
|
[source]
|
|
git = "https://github.com/tux4kids/t4kcommon"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl1",
|
|
"sdl1_mixer",
|
|
"sdl1_image",
|
|
"sdl-pango",
|
|
"sdl2-net",
|
|
"libpng",
|
|
"libxml2",
|
|
]
|