aboutsummaryrefslogtreecommitdiff
path: root/ports/libharu/vcpkg.json
blob: 76537e89f59694337c11edfd26ad5417392f857c (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
{
  "name": "libharu",
  "version-string": "2017-08-15",
  "port-version": 10,
  "description": "libharu - free PDF library",
  "homepage": "https://github.com/libharu/libharu",
  "dependencies": [
    "libpng",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ],
  "default-features": [
    "notiffsymbols"
  ],
  "features": {
    "notiffsymbols": {
      "description": "disable symbols also defined by the tiff port",
      "dependencies": [
        "tiff"
      ]
    }
  }
}