mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
14 lines
262 B
TOML
14 lines
262 B
TOML
#TODO can't find libjpeg
|
|
[source]
|
|
tar = "https://github.com/saitoha/libsixel/releases/download/v1.8.6/libsixel-1.8.6.tar.gz"
|
|
[build]
|
|
template = "configure"
|
|
configureflags = [
|
|
"--with-jpeg",
|
|
"--with-png",
|
|
]
|
|
dependencies = [
|
|
"libpng",
|
|
"libjpeg",
|
|
]
|