mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
60a8f7971e
* [glib] update to 2.70.1 * version stuff * fix dependency * version stuff * CI Retrigger * trying to fix glib on osx. * version stuff * Trigger CI
32 lines
620 B
JSON
32 lines
620 B
JSON
{
|
|
"name": "glib",
|
|
"version": "2.70.1",
|
|
"description": "Portable, general-purpose utility library.",
|
|
"homepage": "https://developer.gnome.org/glib/",
|
|
"supports": "!uwp & !(windows & static)",
|
|
"dependencies": [
|
|
"dirent",
|
|
"gettext",
|
|
"libffi",
|
|
"libiconv",
|
|
"pcre",
|
|
{
|
|
"name": "tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"libmount": {
|
|
"description": "Build with libmount support.",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"libmount"
|
|
]
|
|
},
|
|
"selinux": {
|
|
"description": "Build with selinux support."
|
|
}
|
|
}
|
|
}
|