aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neumann <Alexander.Neumann@hamburg.de>2020-01-14 00:28:51 +0100
committerAlexander Neumann <Alexander.Neumann@hamburg.de>2020-01-14 00:28:51 +0100
commit824fffdbf04fd046ea908aa9fb702cfb07d0f798 (patch)
treecdde8fdd48e0525ef388207d461e0917b5cc252f
parent2c9613321415ef38450513a8e876db8919690aac (diff)
downloadvcpkg-824fffdbf04fd046ea908aa9fb702cfb07d0f798.tar.gz
vcpkg-824fffdbf04fd046ea908aa9fb702cfb07d0f798.zip
fix control syntax
-rw-r--r--ports/libwebp/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libwebp/CONTROL b/ports/libwebp/CONTROL
index 23fb15e70..12503fee0 100644
--- a/ports/libwebp/CONTROL
+++ b/ports/libwebp/CONTROL
@@ -58,4 +58,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, vwebp_sdl (!osx), info, mux, extras (!osx), nearlossless, simd, cwebp, dwebp] \ No newline at end of file
+Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl, extras] (!osx) \ No newline at end of file