vcpkg/ports/gdk-pixbuf/vcpkg.json
2023-01-17 11:44:20 -08:00

42 lines
790 B
JSON

{
"name": "gdk-pixbuf",
"version": "2.42.9",
"port-version": 5,
"description": "Image loading library.",
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
"license": "LGPL-2.1-or-later",
"dependencies": [
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"libpng",
{
"name": "tiff",
"default-features": false
},
{
"name": "vcpkg-tool-meson",
"host": true
},
"zlib"
],
"features": {
"introspection": {
"description": "build with introspection",
"dependencies": [
{
"name": "gobject-introspection",
"host": true
},
{
"name": "gobject-introspection",
"platform": "windows & x86"
}
]
}
}
}