mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 08:48:59 +08:00
309f985971
* [atk,gdk-pixbuf,glib] Use vcpkg_from_gitlab. * Add quotes and licenses.
24 lines
412 B
JSON
24 lines
412 B
JSON
{
|
|
"name": "gdk-pixbuf",
|
|
"version": "2.42.8",
|
|
"port-version": 2,
|
|
"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"
|
|
]
|
|
}
|