]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/harfbuzz/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / harfbuzz / vcpkg.json
1 {
2 "name": "harfbuzz",
3 "version": "2.7.4",
4 "port-version": 2,
5 "description": "HarfBuzz OpenType text shaping engine",
6 "homepage": "https://github.com/harfbuzz/harfbuzz",
7 "dependencies": [
8 {
9 "name": "freetype",
10 "default-features": false
11 },
12 {
13 "name": "gettext",
14 "platform": "osx"
15 }
16 ],
17 "features": {
18 "coretext": {
19 "description": "Enable CoreText shaper backend on macOS"
20 },
21 "glib": {
22 "description": "Glib Unicode callbacks support",
23 "dependencies": [
24 "glib",
25 {
26 "name": "glib",
27 "host": true
28 }
29 ]
30 },
31 "graphite2": {
32 "description": "Graphite2 shaper support",
33 "dependencies": [
34 "graphite2"
35 ]
36 },
37 "icu": {
38 "description": "icu support for harfbuzz",
39 "dependencies": [
40 "icu"
41 ]
42 }
43 }
44 }