mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 01:49:23 +08:00
e347f74179
* [glib] update to 2.72.3 * update version * add patch * overwrite version * patch name * version * update patch * version
33 lines
656 B
JSON
33 lines
656 B
JSON
{
|
|
"name": "glib",
|
|
"version": "2.72.3",
|
|
"description": "Portable, general-purpose utility library.",
|
|
"homepage": "https://developer.gnome.org/glib/",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "!uwp & !(windows & static)",
|
|
"dependencies": [
|
|
"dirent",
|
|
"gettext",
|
|
"libffi",
|
|
"libiconv",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"libmount": {
|
|
"description": "Build with libmount support.",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"libmount"
|
|
]
|
|
},
|
|
"selinux": {
|
|
"description": "Build with selinux support."
|
|
}
|
|
}
|
|
}
|