mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
43 lines
838 B
JSON
43 lines
838 B
JSON
{
|
|
"name": "glib",
|
|
"version": "2.80.0",
|
|
"port-version": 1,
|
|
"description": "Portable, general-purpose utility library.",
|
|
"homepage": "https://developer.gnome.org/glib/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
"dirent",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl",
|
|
"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"
|
|
}
|
|
}
|
|
}
|