Skip to content

Commit

Permalink
[opencv4] Add GTK support for opencv4 (#10886)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelper authored May 1, 2020
1 parent 7db2ffa commit 3a1e8e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ports/opencv4/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions ports/opencv4/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 3a1e8e0

Please sign in to comment.