opencv/meson: Allow 3.2.0
This was already added and tested in autoconf.
This commit is contained in:
parent
7b615e92b6
commit
a7737b6dce
@ -40,7 +40,7 @@ libopencv3_headers = [
|
||||
|
||||
gstopencv_cargs = ['-DGST_HAAR_CASCADES_DIR="@0@"']
|
||||
|
||||
opencv_dep = dependency('opencv', version : ['>=2.3.0', '<=3.1.0'], required : false)
|
||||
opencv_dep = dependency('opencv', version : ['>= 2.3.0', '<= 3.2.0'], required : false)
|
||||
opencv_found = opencv_dep.found()
|
||||
|
||||
if opencv_found
|
||||
|
Loading…
x
Reference in New Issue
Block a user