mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 23:19:00 +08:00
5c02b81bb5
* [glib] update to 2.78.1 (microsoft/vcpkg#34963) libelf suppression patch has been obsoleted by GNOME/glib@3916368 . * [glib] regenerate version registry (microsoft/vcpkg#34963)
34 lines
674 B
JSON
34 lines
674 B
JSON
{
|
|
"name": "glib",
|
|
"version": "2.78.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|