mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
18 lines
356 B
TOML
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
|
|
"""
|