mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 10:01:38 +08:00
f468f46b78
* [glib] Update to 2.75.3. * [glib] Fix intl detection when consumed in CMake. When consuming glib in CMake through `pkg_check_modules`, libintl (provided by `gettext`) needs to specified in the pc file as `-lintl` without any quotation. Otherwise it is not picked up as a dependency and static linking fails. Also `vcpkg_fixup_pkgconfig` needs to be called before editing pc files. * [glib] Cleanup portfile. * [glib] Update baseline.
34 lines
666 B
JSON
34 lines
666 B
JSON
{
|
|
"name": "glib",
|
|
"version": "2.75.3",
|
|
"description": "Portable, general-purpose utility library.",
|
|
"homepage": "https://developer.gnome.org/glib/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"dirent",
|
|
"gettext",
|
|
"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"
|
|
}
|
|
}
|
|
}
|