]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/pango/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / pango / vcpkg.json
1 {
2 "name": "pango",
3 "version": "1.48.0",
4 "description": "Text and font handling library.",
5 "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
6 "dependencies": [
7 {
8 "name": "cairo",
9 "features": [
10 "gobject"
11 ]
12 },
13 "fontconfig",
14 "freetype",
15 "fribidi",
16 "gettext",
17 "glib",
18 {
19 "name": "glib",
20 "host": true
21 },
22 "harfbuzz",
23 {
24 "name": "harfbuzz",
25 "features": [
26 "coretext"
27 ],
28 "platform": "osx"
29 }
30 ]
31 }