mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"name": "glibmm",
|
|
"version": "2.76.0",
|
|
"port-version": 1,
|
|
"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 & !xbox",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
"libffi",
|
|
"libiconv",
|
|
"libsigcpp-3",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|