vcpkg/ports/glib/vcpkg.json
Alonso Schaich 0f8a0f084a
[glib] Update glib to 2.76.3 (#31786)
* [glib] Update glib to 2.76.3 (microsoft/vcpkg#31785)

* [glib] regenerate versions repository (microsoft/vcpkg#31785)
2023-06-07 09:49:58 -07:00

34 lines
666 B
JSON

{
"name": "glib",
"version": "2.76.3",
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-or-later",
"supports": "!uwp",
"dependencies": [
"dirent",
"gettext",
"libffi",
"libiconv",
"pcre2",
{
"name": "vcpkg-tool-meson",
"host": true
},
"zlib"
],
"features": {
"libmount": {
"description": "Build with libmount support.",
"supports": "linux",
"dependencies": [
"libmount"
]
},
"selinux": {
"description": "Build with selinux support.",
"supports": "linux"
}
}
}