diff options
| author | NiHoel <s1nihoel@uni-bayreuth.de> | 2019-08-17 02:16:18 +0200 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-16 17:16:17 -0700 |
| commit | de3d6b5c26d2e8274297e101ba23a45fea35512a (patch) | |
| tree | 1ca0b376386127f16a06477560adf933081282a1 /ports/opencv3/CONTROL | |
| parent | 3ddfd132ebc3b5bdc76fea5dfdcae57ae0e3b7ba (diff) | |
| download | vcpkg-de3d6b5c26d2e8274297e101ba23a45fea35512a.tar.gz vcpkg-de3d6b5c26d2e8274297e101ba23a45fea35512a.zip | |
Fix building feature opencv halide (#7581)
* Add feature halide to OpenCV.
* Add dependency of opencv[halide] to opencv[dnn].
* Fix building opencv[halide].
* Only require opencv[dnn] not default features.
* Migration to opencv4 port.
* [opencv] Normalize line endings in CONTROL file
* [opencv] Normalize line endings in CONTROL file
Diffstat (limited to 'ports/opencv3/CONTROL')
| -rw-r--r-- | ports/opencv3/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/opencv3/CONTROL b/ports/opencv3/CONTROL index 5f65d9e43..f70d1d387 100644 --- a/ports/opencv3/CONTROL +++ b/ports/opencv3/CONTROL @@ -83,7 +83,7 @@ Build-Depends: eigen3 Description: Eigen support for opencv Feature: halide -Build-Depends: halide, opencv3[dnn] +Build-Depends: halide, opencv3[core], opencv3[dnn] Description: Halide support for opencv Feature: world |
