aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/librsvg/vcpkg.json
blob: 2f0a097521db58a23d933dead63f6fb05e0cbf4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "librsvg",
  "version": "2.40.21",
  "port-version": 1,
  "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
    }
  ]
}