diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-08-23 09:26:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-23 09:26:54 -0700 |
| commit | f346de97f5963db3c01e2bb8a6c53d4a0a3a4ff3 (patch) | |
| tree | cb472124c68a088688252b468636a2f850a339cb /ports/libraw/CONTROL | |
| parent | 2afdf3745e58257826c324b988e8c47e5851b85b (diff) | |
| parent | b8f51a1cdb3a8f782224dfe45ae31bebd426c5cb (diff) | |
| download | vcpkg-f346de97f5963db3c01e2bb8a6c53d4a0a3a4ff3.tar.gz vcpkg-f346de97f5963db3c01e2bb8a6c53d4a0a3a4ff3.zip | |
Merge pull request #1687 from codicodi/libraw-fixes
[libraw] fix import macro, correct dependencies
Diffstat (limited to 'ports/libraw/CONTROL')
| -rw-r--r-- | ports/libraw/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libraw/CONTROL b/ports/libraw/CONTROL index 9d355533b..9d23b7740 100644 --- a/ports/libraw/CONTROL +++ b/ports/libraw/CONTROL @@ -1,4 +1,4 @@ Source: libraw -Version: 0.18.2-2 -Build-Depends: lcms, libjpeg-turbo +Version: 0.18.2-3 +Build-Depends: lcms, jasper Description: raw image decoder library |
