diff options
| author | adrido <robots_only_adrido@gmx.com> | 2019-03-05 00:14:16 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-03-04 15:14:16 -0800 |
| commit | c7d4696a8857235ec8e3497e43f0d6fe3d4b5396 (patch) | |
| tree | df0b7776c9f17a601381965be52be6d728bef6d5 /ports/libgd/CONTROL | |
| parent | 1e0300f54f439cf052e4f1df0ae0a97f5f9dd065 (diff) | |
| download | vcpkg-c7d4696a8857235ec8e3497e43f0d6fe3d4b5396.tar.gz vcpkg-c7d4696a8857235ec8e3497e43f0d6fe3d4b5396.zip | |
[libgd] Update to 2.2.5 & Add Features (#5510)
* [libgd] Add Features
* [libgd] Update to 2.2.5
Diffstat (limited to 'ports/libgd/CONTROL')
| -rw-r--r-- | ports/libgd/CONTROL | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/ports/libgd/CONTROL b/ports/libgd/CONTROL index d9eb37c75..a909508a2 100644 --- a/ports/libgd/CONTROL +++ b/ports/libgd/CONTROL @@ -1,4 +1,28 @@ Source: libgd -Version: 2.2.4-5 +Version: 2.2.5 Description: Open source code library for the dynamic creation of images by programmers. -Build-Depends: freetype, libjpeg-turbo, libpng, libwebp, tiff, fontconfig +Default-Features: fontconfig, freetype, jpeg, png, tiff, webp + +Feature: fontconfig +Description: Support for fontconfig +Build-Depends: fontconfig + +Feature: freetype +Description: Support for freetype +Build-Depends: freetype + +Feature: jpeg +Description: Support for jpeg +Build-Depends: libjpeg-turbo + +Feature: png +Description: Support for png +Build-Depends: libpng + +Feature: tiff +Description: Support for tiff +Build-Depends: tiff + +Feature: webp +Description: Support for webp +Build-Depends: libwebp |
