vcpkg/ports/glib/vcpkg.json
Hesham Essam 88fe6621ed
[glib]: fix pkgconfig tools path (#26743)
* [glib]: fix pkgconfig tools path

* Update version database
2022-09-13 16:50:41 -07:00

34 lines
655 B
JSON

{
"name": "glib",
"version": "2.72.3",
"port-version": 3,
"description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-only",
"supports": "!uwp",
"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."
}
}
}