From a2cfd93891376f74cc877e633aa70933b17200d9 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Thu, 26 Dec 2019 22:43:35 +0100 Subject: [PATCH] opencv: allow compilation against 4.2.x --- ext/opencv/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opencv/meson.build b/ext/opencv/meson.build index d84d12facf..d9bc871126 100644 --- a/ext/opencv/meson.build +++ b/ext/opencv/meson.build @@ -65,7 +65,7 @@ if opencv_found endif endforeach else - opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.2.0'], required : false) + opencv_dep = dependency('opencv4', version : ['>= 4.0.0', '< 4.3.0'], required : false) opencv_found = opencv_dep.found() if opencv_found foreach h : libopencv4_headers