vcpkg/ports/gtkmm/vcpkg.json
xiaozhuai, Weihang Ding fc7dd25b12
[many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated (#28372)
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated

* update version database
2023-04-17 15:29:55 -07:00

32 lines
561 B
JSON

{
"name": "gtkmm",
"version": "4.6.0",
"port-version": 2,
"description": "gtkmm is the official C++ interface for the popular GUI library GTK+.",
"homepage": "https://www.gtkmm.org/",
"license": "LGPL-3.0-or-later",
"supports": "!uwp",
"dependencies": [
"atk",
"atkmm",
"cairo",
"cairomm",
"gdk-pixbuf",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"glibmm",
"gtk",
"libepoxy",
"pango",
"pangomm",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}