mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
opencv/meson: Allow 3.2.0
This was already added and tested in autoconf.
This commit is contained in:
parent
7b615e92b6
commit
a7737b6dce
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue