redox/recipes/wip/imlib2/recipe.toml
2023-12-18 16:49:59 +00:00

11 lines
237 B
TOML

#TODO not compiled or tested
[source]
tar = "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz"
[build]
template = "configure"
dependencies = [
"libjpeg",
"libpng",
"freetype2",
]