mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 09:41:38 +08:00
22 lines
422 B
JSON
22 lines
422 B
JSON
|
{
|
||
|
"name": "glib",
|
||
|
"version": "2.66.4",
|
||
|
"description": "Portable, general-purpose utility library.",
|
||
|
"homepage": "https://developer.gnome.org/glib/",
|
||
|
"supports": "!uwp & !(windows & static)",
|
||
|
"dependencies": [
|
||
|
"dirent",
|
||
|
"gettext",
|
||
|
"libffi",
|
||
|
"libiconv",
|
||
|
"pcre",
|
||
|
"tool-meson",
|
||
|
"zlib"
|
||
|
],
|
||
|
"features": {
|
||
|
"selinux": {
|
||
|
"description": "Build with selinux support."
|
||
|
}
|
||
|
}
|
||
|
}
|