aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-02-03 09:59:52 +0100
committerGitHub <noreply@github.com>2020-02-03 09:59:52 +0100
commit09dca6dbf444b64d0d691c388b64a05f8b81c291 (patch)
tree021ee05029a26517650d8a4b0dd191b33f4714d2 /ports
parentc6fe55ce7919d5e74f239470ae594f2006aef260 (diff)
downloadvcpkg-09dca6dbf444b64d0d691c388b64a05f8b81c291.tar.gz
vcpkg-09dca6dbf444b64d0d691c388b64a05f8b81c291.zip
update missing sdl dependency in feature extras
Diffstat (limited to 'ports')
-rw-r--r--ports/libwebp/CONTROL3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libwebp/CONTROL b/ports/libwebp/CONTROL
index 4c76291ee..e18e5b7b6 100644
--- a/ports/libwebp/CONTROL
+++ b/ports/libwebp/CONTROL
@@ -33,6 +33,7 @@ Description: Build the webpmux command line tool.
Feature: extras
Description: Build extras.
+Build-Depends: sdl1 (windows)
Feature: nearlossless
Description: Enable near-lossless encoding
@@ -58,4 +59,4 @@ Description: Enable byte swap for 16 bit colorspaces.
Feature: all
Description: enable all features except for webp_js and swap16bitcsp
-Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx) \ No newline at end of file
+Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)