diff options
| author | Alexej Harm <alexej.h@xiphos.de> | 2018-05-18 08:35:20 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-17 23:35:20 -0700 |
| commit | ef71cef4921a9e54c8abf8280820cc5cb6fb926e (patch) | |
| tree | 2811381b9d497f29c7a959aa121a65f261af6a6e /ports/podofo/CONTROL | |
| parent | 6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b (diff) | |
| download | vcpkg-ef71cef4921a9e54c8abf8280820cc5cb6fb926e.tar.gz vcpkg-ef71cef4921a9e54c8abf8280820cc5cb6fb926e.zip | |
[podofo] Create an optional flavor for the fontconfig dependency (#3516)
* [podofo] Create an optional flavor for the fontconfig dependency
* [podofo] Simplify portfile and improve robustness
Diffstat (limited to 'ports/podofo/CONTROL')
| -rw-r--r-- | ports/podofo/CONTROL | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/podofo/CONTROL b/ports/podofo/CONTROL index 55fa20a28..2e36ace2f 100644 --- a/ports/podofo/CONTROL +++ b/ports/podofo/CONTROL @@ -1,4 +1,8 @@ Source: podofo -Version: 0.9.5-1 +Version: 0.9.5-2 Description: PoDoFo is a library to work with the PDF file format -Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openssl, freetype, fontconfig +Build-Depends: zlib, libpng, libjpeg-turbo, tiff, openssl (!windows&!uwp), freetype + +Feature: fontconfig +Description: Enable font manager support on Unix platforms. +Build-Depends: fontconfig |
