vcpkg/ports/gdk-pixbuf/vcpkg.json
Kai Pastor 94bc827441
[vcpkg baseline][gdk-pixbuf] Fix build issues, license, cleanup (#27371)
* Minor changes

* Shortcut loaders.cache generation

With -Dbuiltin-loaders=all, the cache file contains nothing but comment lines.
However, the generation is flaky on windows in vcpkg CI.

* Revise tool fixup (fixes mingw cross builds)

* Update versions
2022-10-24 12:09:25 -07:00

27 lines
471 B
JSON

{
"name": "gdk-pixbuf",
"version": "2.42.9",
"port-version": 2,
"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"
]
}