vcpkg/ports/librsvg/vcpkg.json
Cheney Wang 83f77efbd1
[librsvg] Remove -lm from the .pc file in Windows (#32893)
* [librsvg] Remove -lm from the .pc file in Windows

* Modify
2023-08-03 10:19:44 -07:00

23 lines
449 B
JSON

{
"name": "librsvg",
"version": "2.40.20",
"port-version": 9,
"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",
"gdk-pixbuf",
"libcroco",
"pango",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}