From c209feeaaa0424a38c5f19e71cd98fd738b2d47d Mon Sep 17 00:00:00 2001 From: Exzap <13877693+Exzap@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:01:10 +0200 Subject: [PATCH] Use system cairo instead of vcpkg port --- .../vcpkg_overlay_ports_linux/cairo/portfile.cmake | 1 + dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 dependencies/vcpkg_overlay_ports_linux/cairo/portfile.cmake create mode 100644 dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json diff --git a/dependencies/vcpkg_overlay_ports_linux/cairo/portfile.cmake b/dependencies/vcpkg_overlay_ports_linux/cairo/portfile.cmake new file mode 100644 index 00000000..065116c2 --- /dev/null +++ b/dependencies/vcpkg_overlay_ports_linux/cairo/portfile.cmake @@ -0,0 +1 @@ +set(VCPKG_POLICY_EMPTY_PACKAGE enabled) diff --git a/dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json b/dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json new file mode 100644 index 00000000..6d520494 --- /dev/null +++ b/dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "cairo", + "version": "1.17.8", + "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.", + "homepage": "https://cairographics.org", + "license": "MPL-1.1", + "port-version": 2 +}