mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:31:36 +08:00
94bc827441
* 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
27 lines
471 B
JSON
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"
|
|
]
|
|
}
|