diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-02-03 15:56:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 12:56:00 -0800 |
| commit | 323a0a387a8a13d05590ce72916acffa7d4c8cb8 (patch) | |
| tree | 8b496d100ae4d1b69b7dc7584c972f17a2663527 /ports/cairo/CONTROL | |
| parent | 9adaafc4f46250ee4b88a91de6db74a476e6fdc3 (diff) | |
| download | vcpkg-323a0a387a8a13d05590ce72916acffa7d4c8cb8.tar.gz vcpkg-323a0a387a8a13d05590ce72916acffa7d4c8cb8.zip | |
[cairo] Make freetype and fontconfig optional. (#15965)
* [cairo] Make fontconfig optional.
* [cairo] Update port versions
Diffstat (limited to 'ports/cairo/CONTROL')
| -rw-r--r-- | ports/cairo/CONTROL | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/cairo/CONTROL b/ports/cairo/CONTROL deleted file mode 100644 index 06877af9b..000000000 --- a/ports/cairo/CONTROL +++ /dev/null @@ -1,13 +0,0 @@ -Source: cairo -Version: 1.16.0 -Port-Version: 8 -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, freetype, fontconfig - -Feature: x11 -Description: build with x11 support - -Feature: gobject -Description: build gobject module -Build-Depends: glib
\ No newline at end of file |
