redox/recipes/wip/libs/librsvg/recipe.toml
2024-02-10 10:37:32 +00:00

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",
]