mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
87ed56ca34
* [gdk-pixbuf] update to 2.42.9 (microsoft#26533) * [gdk-pixbuf] don't build the test suite (microsoft#26533) We're not running nor installing the test suite, so there's no point in building it, either * [gdk-pixbuf] Blacklist x64-windows-static (microsoft#26533) Fails to build over here. In fact, 2.42.8 also fails over here, so it's probably not a regression. * [gdk-pixbuf] Regenerate version registries (microsoft#26533)
23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|
"name": "gdk-pixbuf",
|
|
"version": "2.42.9",
|
|
"description": "Image loading library.",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/gdk-pixbuf",
|
|
"license": "LGPL-2.1-only",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"libpng",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|