aboutsummaryrefslogtreecommitdiff
path: root/ports/libwebp/CONTROL
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-07-09 05:02:34 +0800
committerGitHub <noreply@github.com>2020-07-08 14:02:34 -0700
commit5e8bcc9d391205824cc5a369a86c68a071847612 (patch)
treeefd751ece42b607cc42a65662291f3c559c752cd /ports/libwebp/CONTROL
parenteb9c86f281de2a695b9c19e940c26d3d7f27d877 (diff)
downloadvcpkg-5e8bcc9d391205824cc5a369a86c68a071847612.tar.gz
vcpkg-5e8bcc9d391205824cc5a369a86c68a071847612.zip
[Many ports] fix invalid character in feature name (#12306)
Diffstat (limited to 'ports/libwebp/CONTROL')
-rw-r--r--ports/libwebp/CONTROL5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/libwebp/CONTROL b/ports/libwebp/CONTROL
index b96114f05..a96f6c40c 100644
--- a/ports/libwebp/CONTROL
+++ b/ports/libwebp/CONTROL
@@ -1,5 +1,6 @@
Source: libwebp
Version: 1.1.0
+Port-Version: 1
Homepage: https://github.com/webmproject/libwebp
Description: WebP codec: library to encode and decode images in WebP format
Default-Features: simd, nearlossless
@@ -21,7 +22,7 @@ Feature: vwebp
Description: Build the vwebp viewer tool.
Build-Depends: opengl, freeglut (!osx)
-Feature: vwebp_sdl
+Feature: vwebp-sdl
Description: Build the vwebp viewer tool.
Build-Depends: libwebp[vwebp], sdl1 (windows)
@@ -55,4 +56,4 @@ Description: Enable byte swap for 16 bit colorspaces.
Feature: all
Description: enable all features except for swap16bitcsp
-Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl] (!osx), libwebp[extras] (!osx)
+Build-Depends: libwebp[anim, gif2webp, img2webp, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp-sdl] (!osx), libwebp[extras] (!osx)