vcpkg/ports/librsvg/vcpkg.json
Alexander Neumann 9dc5ae24a3
[libcroco] switch to upstream make build (#25958)
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-06-26 13:05:15 -07:00

25 lines
482 B
JSON

{
"name": "librsvg",
"version": "2.40.20",
"port-version": 11,
"description": "A small library to render Scalable Vector Graphics (SVG)",
"homepage": "https://gitlab.gnome.org/GNOME/librsvg",
"license": "LGPL-2.0-or-later",
"dependencies": [
"cairo",
"fontconfig",
"gdk-pixbuf",
"glib",
"libcroco",
{
"name": "libxml2",
"default-features": false
},
"pango",
{
"name": "vcpkg-cmake",
"host": true
}
]
}