mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
11 lines
237 B
TOML
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",
|
|
]
|