redox/recipes/wip/libs/t4kcommon/recipe.toml
2024-02-16 22:19:34 +00:00

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