aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wayland-protocols/vcpkg.json
blob: 3cacb39a7802cba85cc35cad7c05ac78091fc402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "wayland-protocols",
  "version": "1.43",
  "description": "wayland-protocols contains Wayland protocols that add functionality not available in the Wayland core protocol.",
  "homepage": "https://wayland.freedesktop.org",
  "license": "MIT",
  "dependencies": [
    "wayland"
  ],
  "features": {
    "force-build": {
      "description": [
        "Build wayland libraries instead of depending on system ones.",
        "Requires triplet variable X_VCPKG_FORCE_VCPKG_WAYLAND_LIBRARIES to be set."
      ],
      "dependencies": [
        {
          "name": "vcpkg-tool-meson",
          "host": true
        },
        {
          "name": "wayland",
          "features": [
            "force-build"
          ]
        },
        {
          "name": "wayland",
          "host": true,
          "features": [
            "force-build"
          ]
        }
      ]
    }
  }
}