redox/recipes/wip/libs/imlib2/recipe.toml
2024-02-16 21:58:07 +00:00

18 lines
356 B
TOML

#TODO compilation error - unknown type name "sigjmp_buf"
[source]
tar = "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz"
[build]
template = "custom"
dependencies = [
"libjpeg",
"libpng",
"freetype2",
"zlib",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-x
)
cookbook_configure
"""