diff options
| author | codicodi <rob.ceglinski@gmail.com> | 2017-08-12 13:47:52 +0200 |
|---|---|---|
| committer | codicodi <rob.ceglinski@gmail.com> | 2017-08-23 17:04:52 +0200 |
| commit | b8f51a1cdb3a8f782224dfe45ae31bebd426c5cb (patch) | |
| tree | 56dfc3d1bdd9265b491f423f4e41c6a6d4cb8f79 /ports/libraw/CONTROL | |
| parent | 57d078e8d1c5f5284d88e79600aa61fa06530ac4 (diff) | |
| download | vcpkg-b8f51a1cdb3a8f782224dfe45ae31bebd426c5cb.tar.gz vcpkg-b8f51a1cdb3a8f782224dfe45ae31bebd426c5cb.zip | |
[libraw] fix import macro, correct dependencies
By default, libraw does not attempt to link to libjpeg, but does pick up jasper if present
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 |
