{
  "name": "cairo",
  "href": "https://vcpkg.link/ports/cairo",
  "supports": "!xbox & !uwp",
  "published_at": "2025-05-29T08:43:21.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://cairographics.org",
  "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."
  ],
  "license": "LGPL-2.1-only OR MPL-1.1",
  "version": {
    "type": "semver",
    "value": "1.18.4",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/bf340b9bf2118dff8fd6b857d45fa35c21d3b7e4/ports/cairo",
    "hash": "bf340b9bf2118dff8fd6b857d45fa35c21d3b7e4"
  },
  "repository": {
    "type": "gitlab",
    "href": "https://gitlab.freedesktop.org/cairo/cairo"
  },
  "dependencies": [
    {
      "name": "dirent",
      "href": "https://vcpkg.link/ports/dirent",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "expat",
      "href": "https://vcpkg.link/ports/expat",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "libpng",
      "href": "https://vcpkg.link/ports/libpng",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "pixman",
      "href": "https://vcpkg.link/ports/pixman",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "pthread",
      "href": "https://vcpkg.link/ports/pthread",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-tool-meson",
      "href": "https://vcpkg.link/ports/vcpkg-tool-meson",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "zlib",
      "href": "https://vcpkg.link/ports/zlib",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "fontconfig",
      "default": [
        "all"
      ],
      "description": [
        "Build with fontconfig"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "fontconfig",
          "href": "https://vcpkg.link/ports/fontconfig",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "freetype",
      "default": [
        "all"
      ],
      "description": [
        "Use the freetype font backend"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "freetype",
          "href": "https://vcpkg.link/ports/freetype",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "gobject",
      "default": [],
      "description": [
        "Build the gobject module"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "glib",
          "href": "https://vcpkg.link/ports/glib",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "lzo",
      "default": [],
      "description": [
        "Build with lzo support"
      ],
      "supports": "all",
      "dependencies": [
        {
          "name": "lzo",
          "href": "https://vcpkg.link/ports/lzo",
          "is_host": false,
          "with_default_features": true,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    },
    {
      "name": "x11",
      "default": [],
      "description": [
        "Build with X11 support"
      ],
      "supports": "!windows",
      "dependencies": [
        {
          "name": "cairo",
          "href": "https://vcpkg.link/ports/cairo",
          "is_host": false,
          "with_default_features": false,
          "version_constraint": null,
          "platform": "all"
        }
      ]
    }
  ]
}