aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-gobject-introspection/vcpkg.json
blob: 7a1c76197d1a614291574ae79c5e07066caec0d1 (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
{
  "name": "vcpkg-ci-gobject-introspection",
  "version-string": "ci",
  "description": "Port to force features of gobject-introspection within CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  
  "dependencies": [
    {
      "name": "gobject-introspection",
      "default-features": false
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ],
  "default-features": [
    {
      "name": "ports",
      "platform": "!static & !(arm & windows)"
    },
    {
      "name": "run-test",
      "platform": "!static & !(arm & windows)"
    }
  ],
  "features": {
    "ports": {
      "description": "Test introspection in ports",
      "supports": "!static",
      "dependencies": [
        {
          "name": "gobject-introspection",
          "default-features": false,
          "features": [
            "cairo"
          ]
        },
        {
          "name": "harfbuzz",
          "default-features": false,
          "features": [
            "introspection"
          ]
        }
      ]
    },
    "run-test": {
      "supports": "!static",
      "description": "Run a test program."
    }
  }
}