opencv: allow compilation against 4.2.x
authorNicola Murino <nicola.murino@gmail.com>
Thu, 26 Dec 2019 21:43:35 +0000 (22:43 +0100)
committerNicola Murino <nicola.murino@gmail.com>
Thu, 26 Dec 2019 21:43:35 +0000 (22:43 +0100)
ext/opencv/meson.build

index d84d12f..d9bc871 100644 (file)
@@ -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