aboutsummaryrefslogtreecommitdiff
path: root/ports/glib/vcpkg.json
blob: 16e6b397867f99c8435f672eec317a49f5494415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "glib",
  "version": "2.66.4",
  "description": "Portable, general-purpose utility library.",
  "homepage": "https://developer.gnome.org/glib/",
  "supports": "!uwp & !(windows & static)",
  "dependencies": [
    "dirent",
    "gettext",
    "libffi",
    "libiconv",
    "pcre",
    "tool-meson",
    "zlib"
  ],
  "features": {
    "selinux": {
      "description": "Build with selinux support."
    }
  }
}