Skip to content

Commit

Permalink
Use system cairo instead of vcpkg port
Browse files Browse the repository at this point in the history
  • Loading branch information
Exzap committed Apr 19, 2023
1 parent e3e167b commit c209fee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
8 changes: 8 additions & 0 deletions dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit c209fee

Please sign in to comment.