mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 09:09:18 +01:00
Use system cairo instead of vcpkg port
This commit is contained in:
parent
e3e167b8ba
commit
c209feeaaa
1
dependencies/vcpkg_overlay_ports_linux/cairo/portfile.cmake
vendored
Normal file
1
dependencies/vcpkg_overlay_ports_linux/cairo/portfile.cmake
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
8
dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json
vendored
Normal file
8
dependencies/vcpkg_overlay_ports_linux/cairo/vcpkg.json
vendored
Normal file
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user