vcpkg/ports/glib/vcpkg.json
Lily Wang fc59c2a30a
[glib] Fix build race between gio subdirs and gversionmacros.h (#32785)
* [glib] Fix build race between gio subdirs and gversionmacros.h

* update version
2023-07-31 11:44:42 -07:00

35 lines
695 B
JSON

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