mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:06:45 +08:00
a2fcb03749
* [libmount] new port * [libmount] update versions * [kf5solid] add libmount feature * [kf5solid] update versions * [kf5kio] add libmount dependency * [kf5kio] update versions * [libmount] Remove libmount-dev from Linux CI image * [glib] Add libmount feature * [glib] update versions * [ECM] fix linking against static LibMount * [ECM] update versions * [kf5solid] make libmount feature a default on Linux * [kf5solid, kf5kio] update versions
30 lines
599 B
JSON
30 lines
599 B
JSON
{
|
|
"name": "glib",
|
|
"version": "2.66.4",
|
|
"port-version": 2,
|
|
"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": {
|
|
"libmount": {
|
|
"description": "Build with libmount support.",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"libmount"
|
|
]
|
|
},
|
|
"selinux": {
|
|
"description": "Build with selinux support."
|
|
}
|
|
}
|
|
}
|