update recipe

This commit is contained in:
Ribbon 2023-12-21 16:08:49 +00:00
parent 8a258055a7
commit 0ba1d626d3

View File

@ -2,10 +2,16 @@
[source]
tar = "https://downloads.sourceforge.net/project/enlightenment/imlib2-src/1.12.1/imlib2-1.12.1.tar.xz"
[build]
template = "configure"
template = "custom"
dependencies = [
"libjpeg",
"libpng",
"freetype2",
"zlib",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-x
)
cookbook_configure
"""