mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
16 lines
379 B
TOML
16 lines
379 B
TOML
#TODO make dependencies work
|
|
#TODO build instructions - https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/compiling.html
|
|
[source]
|
|
tar = "https://download.gnome.org/sources/librsvg/2.56/librsvg-2.56.0.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"cairo",
|
|
"freetype2",
|
|
"glib",
|
|
"gobject-introspection",
|
|
"harfbuzz",
|
|
"pango",
|
|
"libxml2",
|
|
]
|