aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/glibmm/vcpkg.json
blob: eacd17cf1146353c3fb0bcae6ac75d2c8198d854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "glibmm",
  "version": "2.80.1",
  "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",
    "pcre",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    },
    "zlib"
  ]
}