diff options
| author | Patrick Bader <mail@patrickbader.eu> | 2017-01-06 23:20:57 +0100 |
|---|---|---|
| committer | Patrick Bader <mail@patrickbader.eu> | 2017-01-06 23:20:57 +0100 |
| commit | 2bb72e6637ab016a1fa8625b0a673d5ecd74ae4f (patch) | |
| tree | eb1f5583af9c2b06ea233087ae3eed540d2197ff /ports/sdl2-image/CONTROL | |
| parent | 937c4e26b074d7ddb603e16186e4efe271e8c230 (diff) | |
| download | vcpkg-2bb72e6637ab016a1fa8625b0a673d5ecd74ae4f.tar.gz vcpkg-2bb72e6637ab016a1fa8625b0a673d5ecd74ae4f.zip | |
[sdl2-image] added dependencies to CONTROL so they will always be statically linked
Replaced FindWEBP.cmake with version from freeimage port
Diffstat (limited to 'ports/sdl2-image/CONTROL')
| -rw-r--r-- | ports/sdl2-image/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sdl2-image/CONTROL b/ports/sdl2-image/CONTROL index f9785ba22..04c9f77bb 100644 --- a/ports/sdl2-image/CONTROL +++ b/ports/sdl2-image/CONTROL @@ -1,5 +1,5 @@ Source: sdl2-image Version: 2.0.1 -Build-Depends: sdl2 +Build-Depends: sdl2, libpng, libjpeg-turbo, tiff, libwebp 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 |
