mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 12:59:06 +08:00
934a99dc13
* [glibmm] Update to 2.74.0 (microsoft#27351) * [glibmm] remove obsolete patch (microsoft#27351) * [glibmm] regenerate versions registry (microsoft#27351) * Add quotes :) Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
22 lines
421 B
JSON
22 lines
421 B
JSON
{
|
|
"name": "glibmm",
|
|
"version": "2.74.0",
|
|
"description": "This is glibmm, a C++ API for parts of glib that are useful for C++.",
|
|
"homepage": "https://www.gtkmm.org.",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
"libffi",
|
|
"libiconv",
|
|
"libsigcpp-3",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|