diff options
| author | Gabriel <gabriel+github@mastergk.de> | 2018-07-04 10:01:08 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-04 01:01:08 -0700 |
| commit | a6b2019b74be79062b7535b1eaab8b9309fdba74 (patch) | |
| tree | 9dd0d35477d8cc6d739fad33b2d0d3fc5478a2ee /ports/sdl2-image/CONTROL | |
| parent | 0a656f6a7a82011ac4b923d902d27c828cc1094e (diff) | |
| download | vcpkg-a6b2019b74be79062b7535b1eaab8b9309fdba74.tar.gz vcpkg-a6b2019b74be79062b7535b1eaab8b9309fdba74.zip | |
SDL2 image: Add features for libjpeg, tiff and webp (#3531)
* SDL2 image: Add features for libjpeg, tiff and webp
* [sdl2-image] Avoid passing lists through vcpkg_configure_cmake()
Diffstat (limited to 'ports/sdl2-image/CONTROL')
| -rw-r--r-- | ports/sdl2-image/CONTROL | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ports/sdl2-image/CONTROL b/ports/sdl2-image/CONTROL index f9d5e14ed..c91b0c838 100644 --- a/ports/sdl2-image/CONTROL +++ b/ports/sdl2-image/CONTROL @@ -1,5 +1,16 @@ Source: sdl2-image -Version: 2.0.2-1 -Build-Depends: sdl2, libpng, libjpeg-turbo, tiff, libwebp +Version: 2.0.2-3 +Build-Depends: sdl2, libpng Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV +Feature: libjpeg-turbo +Description: Support for JPEG image format +Build-Depends: libjpeg-turbo + +Feature: tiff +Description: Support for TIFF image format +Build-Depends: tiff + +Feature: libwebp +Description: Support for WEBP image format. +Build-Depends: libwebp |
