diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-06-24 05:28:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-23 14:28:19 -0700 |
| commit | db748954976decfe9393f5505bf89587399f4902 (patch) | |
| tree | f73a5293a1f0a7910f0faf880d9db9fdae83b09c /ports/cairo/CONTROL | |
| parent | 36bb6f02e9f9925ed83593b4f2c8569f6f5a4c0d (diff) | |
| download | vcpkg-db748954976decfe9393f5505bf89587399f4902.tar.gz vcpkg-db748954976decfe9393f5505bf89587399f4902.zip | |
[cairo] Fix error in static build (#11829)
* [cairo] Fix error in static build
* Fix Typo
* [pango] Update dependency cairo as cairo[gobject] to solve the regressions
* Update ports/cairo/portfile.cmake
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* Update ports/cairo/CMakeLists.txt
* [pango] Update dependency
* Update
* Remove redundant target
* Post the message for feature gobject only in static build on Windows
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'ports/cairo/CONTROL')
| -rw-r--r-- | ports/cairo/CONTROL | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ports/cairo/CONTROL b/ports/cairo/CONTROL index 99fd90610..cbbe5d3d8 100644 --- a/ports/cairo/CONTROL +++ b/ports/cairo/CONTROL @@ -1,8 +1,12 @@ Source: cairo -Version: 1.16.0-4 +Version: 1.16.0-5 Homepage: 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. -Build-Depends: zlib, libpng, pixman, glib, freetype, fontconfig +Build-Depends: zlib, libpng, pixman, freetype, fontconfig Feature: x11 -Description: build with x11 support
\ No newline at end of file +Description: build with x11 support + +Feature: gobject +Description: build gobject module +Build-Depends: glib
\ No newline at end of file |
