opencv/meson: Allow 3.2.0

This was already added and tested in autoconf.
This commit is contained in:
Nicolas Dufresne 2017-05-09 15:13:10 -04:00
parent 7b615e92b6
commit a7737b6dce

View file

@ -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