aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kf5guiaddons/vcpkg.json
blob: 86b770ddabdaa9f0e8bdc639d1a923c5872ddefe (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "name": "kf5guiaddons",
  "version": "5.98.0",
  "description": "Addons to QtGui",
  "homepage": "https://api.kde.org/frameworks/kguiaddons/html/index.html",
  "dependencies": [
    "ecm",
    "qt5-tools",
    {
      "name": "qt5-winextras",
      "platform": "windows"
    },
    {
      "name": "qt5-x11extras",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "defaults"
  ],
  "features": {
    "defaults": {
      "description": "Default features",
      "dependencies": [
        {
          "name": "kf5guiaddons",
          "features": [
            "wayland",
            "x11"
          ],
          "platform": "linux"
        }
      ]
    },
    "wayland": {
      "description": "Linux-only. Build with support for KeySequenceEditor inhibiting shortcuts on Wayland",
      "dependencies": [
        "plasma-wayland-protocols",
        {
          "name": "qt5-wayland",
          "platform": "linux"
        }
      ]
    },
    "x11": {
      "description": "Linux-only. Build with support for KeySequenceEditor inhibiting shortcuts on X11",
      "dependencies": [
        {
          "name": "qt5-x11extras",
          "platform": "linux"
        }
      ]
    }
  }
}