vcpkg/ports/glib/vcpkg.json
Pierre Wendling 8875aa3cd9
[glib] update to 2.76.0 (#30316)
* [glib] Bump to 2.76.0

* [glib] Update baseline.
2023-03-22 16:35:27 -07:00

34 lines
666 B
JSON

{
"name": "glib",
"version": "2.76.0",
"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"
}
}
}