diff options
| author | Tatsuro Shibamura <me@shibayan.jp> | 2019-12-24 08:19:51 +0900 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-12-23 15:19:51 -0800 |
| commit | 13c4d0c18dff57ce73c3ddf360ee5d0aa2f1540d (patch) | |
| tree | 383a3f1dd1675c6c2f31af65371a754019fd2c91 /ports/libwebp/CONTROL | |
| parent | ff6d107460ce706b2b39426581e76294f5d5242d (diff) | |
| download | vcpkg-13c4d0c18dff57ce73c3ddf360ee5d0aa2f1540d.tar.gz vcpkg-13c4d0c18dff57ce73c3ddf360ee5d0aa2f1540d.zip | |
[libwebp] Fixed build error ARM64 Windows 10 (#9300)
* [libwebp] Fixed build error ARM64 Windows 10
* [libwebp] Fixed cmake error ARM and ARM64
Diffstat (limited to 'ports/libwebp/CONTROL')
| -rw-r--r-- | ports/libwebp/CONTROL | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/libwebp/CONTROL b/ports/libwebp/CONTROL index 02a65e5c0..8dbe1d0a2 100644 --- a/ports/libwebp/CONTROL +++ b/ports/libwebp/CONTROL @@ -1,9 +1,8 @@ Source: libwebp -Version: 1.0.2-7 +Version: 1.0.2-8 Homepage: https://github.com/webmproject/libwebp Description: Lossy compression of digital photographic images. -Build-Depends: opengl Feature: all Description: enable all webp features -Build-Depends: giflib, libjpeg-turbo, zlib, libpng, tiff, freeglut (!osx), sdl1 (windows) +Build-Depends: giflib, libjpeg-turbo, zlib, libpng, tiff, freeglut (!osx), sdl1 (windows), opengl |
