]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/cairo/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / cairo / vcpkg.json
1 {
2 "name": "cairo",
3 "version": "1.17.4",
4 "description": "Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.",
5 "homepage": "https://cairographics.org",
6 "dependencies": [
7 "dirent",
8 "libpng",
9 "lzo",
10 "pixman",
11 "pthread",
12 "zlib"
13 ],
14 "default-features": [
15 "fontconfig",
16 "freetype"
17 ],
18 "features": {
19 "fontconfig": {
20 "description": "build with fontconfig",
21 "dependencies": [
22 "fontconfig"
23 ]
24 },
25 "freetype": {
26 "description": "use the freetype font backend",
27 "dependencies": [
28 "freetype"
29 ]
30 },
31 "gobject": {
32 "description": "build gobject module",
33 "dependencies": [
34 "glib"
35 ]
36 },
37 "x11": {
38 "description": "build with x11 support"
39 }
40 }
41 }