vcpkg/ports/glib/vcpkg.json
Alonso Schaich 34e163f0ce
[glib] Update to 2.78.4 (microsoft/vcpkg#36330) (#36353)
* [glib] Update to 2.78.4 (microsoft/vcpkg#36330)

* [glib] regenerate versions (microsoft/vcpkg#36330)
2024-02-05 11:42:29 -08:00

34 lines
674 B
JSON

{
"name": "glib",
"version": "2.78.4",
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-or-later",
"supports": "!uwp & !xbox",
"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"
}
}
}