diff options
| author | Pavel Mach <machpavel@gmail.com> | 2018-12-19 02:47:01 +0100 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-12-18 17:47:01 -0800 |
| commit | d40eb181742082f25c1de6a829552174ae0350d7 (patch) | |
| tree | 63f0df75abc4a8dfdb20074141b07e42107ab959 /ports/tiff | |
| parent | 87fa0fc83880505344b4ec392741c52f6c4f002c (diff) | |
| download | vcpkg-d40eb181742082f25c1de6a829552174ae0350d7.tar.gz vcpkg-d40eb181742082f25c1de6a829552174ae0350d7.zip | |
[zxing] ZXing library port added. (#4854)
* ZXing library port added.
* ZXing dependency to opencv[webp] added.
* [zxing-cpp] Rename from zxing. Use full ref. Only require opencv[core].
* [tiff] Disable zstd dependency. Todo: add feature.
* [zxing-cpp] Disable optional iconv reference
Diffstat (limited to 'ports/tiff')
| -rw-r--r-- | ports/tiff/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tiff/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/tiff/CONTROL b/ports/tiff/CONTROL index 866437737..45499f1fd 100644 --- a/ports/tiff/CONTROL +++ b/ports/tiff/CONTROL @@ -1,4 +1,4 @@ Source: tiff -Version: 4.0.10 +Version: 4.0.10-1 Build-Depends: zlib, libjpeg-turbo, liblzma (!uwp) Description: A library that supports the manipulation of TIFF image files diff --git a/ports/tiff/portfile.cmake b/ports/tiff/portfile.cmake index 13d8ac7bc..92ba3963c 100644 --- a/ports/tiff/portfile.cmake +++ b/ports/tiff/portfile.cmake @@ -31,6 +31,7 @@ vcpkg_configure_cmake( -DBUILD_TESTS=OFF -Djbig=OFF # This is disabled by default due to GPL/Proprietary licensing. -Djpeg12=OFF + -Dzstd=OFF ${TIFF_CXX_TARGET} ) |
