diff options
| author | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2020-01-14 00:34:10 +0100 |
|---|---|---|
| committer | Alexander Neumann <Alexander.Neumann@hamburg.de> | 2020-01-14 00:34:10 +0100 |
| commit | 7912f3f7f125b23931d3cb1041b075fa72927871 (patch) | |
| tree | de8e1701c2291aecc76092ffa7daf1956ae81721 | |
| parent | 824fffdbf04fd046ea908aa9fb702cfb07d0f798 (diff) | |
| download | vcpkg-7912f3f7f125b23931d3cb1041b075fa72927871.tar.gz vcpkg-7912f3f7f125b23931d3cb1041b075fa72927871.zip | |
retry with split feature dependencies.
| -rw-r--r-- | ports/libwebp/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libwebp/CONTROL b/ports/libwebp/CONTROL index 12503fee0..41debf19d 100644 --- a/ports/libwebp/CONTROL +++ b/ports/libwebp/CONTROL @@ -1,5 +1,5 @@ Source: libwebp -Version: 1.0.3 +Version: 1.0.3-1 Homepage: https://github.com/webmproject/libwebp Description: WebP codec: library to encode and decode images in WebP format Default-Features: simd, nearlossless @@ -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, info, mux, nearlossless, simd, cwebp, dwebp], libwebp[vwebp_sdl, 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)
\ No newline at end of file |
