diff options
| author | Brock Mammen <brockmammen@gmail.com> | 2019-06-06 20:07:55 -0500 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-06-06 18:07:54 -0700 |
| commit | da6d601d1c2161a455de0e572000633316962003 (patch) | |
| tree | 5c6328f7ed9749f9638bae48d4d41e390ee41a3b /ports/cairo/CONTROL | |
| parent | 97d6a9be6bd5b1744d6883574433423e1d516f91 (diff) | |
| download | vcpkg-da6d601d1c2161a455de0e572000633316962003.tar.gz vcpkg-da6d601d1c2161a455de0e572000633316962003.zip | |
[cairo] Fix linker errors on Linux and MacOS (#6806)
On Linux and MacOS, the cairo port was attempting to link to some
Windows-only libraries.
Diffstat (limited to 'ports/cairo/CONTROL')
| -rw-r--r-- | ports/cairo/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cairo/CONTROL b/ports/cairo/CONTROL index fd3ce1187..3a82ccc97 100644 --- a/ports/cairo/CONTROL +++ b/ports/cairo/CONTROL @@ -1,4 +1,4 @@ Source: cairo -Version: 1.16.0 +Version: 1.16.0-1 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. Build-Depends: zlib, libpng, pixman, glib, freetype, fontconfig |
