[opencv4] Add GTK support for opencv4 (#10886)

This commit is contained in:
shelper 2020-05-01 02:00:23 -04:00 committed by GitHub
parent 7db2ffa0b0
commit 3a1e8e01f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Source: opencv4
Version: 4.1.1-3
Version: 4.1.1-4
Build-Depends: protobuf, zlib
Homepage: https://github.com/opencv/opencv
Description: computer vision library
@ -95,3 +95,7 @@ Description: Halide support for opencv
Feature: world
Description: Compile to a single package support for opencv
Feature: gtk
Build-Depends: gtk
Description: gtk support for opencv

View File

@ -46,6 +46,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
"tiff" WITH_TIFF
"webp" WITH_WEBP
"world" BUILD_opencv_world
"gtk" WITH_GTK
)
# Cannot use vcpkg_check_features() for "ipp", "ovis", "tbb", and "vtk".