mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[opencv4] Add GTK support for opencv4 (#10886)
This commit is contained in:
parent
7db2ffa0b0
commit
3a1e8e01f5
@ -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
|
||||
|
@ -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".
|
||||
|
Loading…
x
Reference in New Issue
Block a user