diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-08-12 14:42:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-12 14:42:45 -0700 |
| commit | 0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b (patch) | |
| tree | b94c1f9b27a209f41c98bd731381dbdf2873c8c8 /ports/tiff | |
| parent | 0f3b6fc1638c3c0bf33a560d1ab89215b7af02fd (diff) | |
| download | vcpkg-0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b.tar.gz vcpkg-0e9d0cd89bf0bb13d24ef78ccf3a528215a5dc0b.zip | |
[tiff][tesseract][xerces-c] Disable unmanaged optional dependencies (#7622)
Diffstat (limited to 'ports/tiff')
| -rw-r--r-- | ports/tiff/CONTROL | 2 | ||||
| -rw-r--r-- | ports/tiff/portfile.cmake | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/tiff/CONTROL b/ports/tiff/CONTROL index 9c88261a6..7cf6005dc 100644 --- a/ports/tiff/CONTROL +++ b/ports/tiff/CONTROL @@ -1,5 +1,5 @@ Source: tiff -Version: 4.0.10-6 +Version: 4.0.10-7 Build-Depends: zlib, libjpeg-turbo, liblzma Homepage: https://download.osgeo.org/libtiff Description: A library that supports the manipulation of TIFF image files diff --git a/ports/tiff/portfile.cmake b/ports/tiff/portfile.cmake index d36dce238..373ceac7c 100644 --- a/ports/tiff/portfile.cmake +++ b/ports/tiff/portfile.cmake @@ -33,6 +33,8 @@ vcpkg_configure_cmake( -Djpeg12=OFF -Dwebp=OFF -Dzstd=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_OpenGL=ON + -DCMAKE_DISABLE_FIND_PACKAGE_GLUT=ON ${TIFF_CXX_TARGET} ) |
