opencv/meson: check presence of required opencv_contrib headers

https://bugzilla.gnome.org/show_bug.cgi?id=772822
This commit is contained in:
Nicolas Dufresne 2016-12-01 22:02:51 -05:00
parent 79b7d07162
commit ab28399abd

View file

@ -31,6 +31,7 @@ libopencv2_headers = [
'opencv2/imgproc/imgproc_c.h', 'opencv2/imgproc/imgproc_c.h',
'opencv2/objdetect/objdetect.hpp', 'opencv2/objdetect/objdetect.hpp',
'opencv2/video/background_segm.hpp', 'opencv2/video/background_segm.hpp',
'opencv2/bgsegm.hpp',
] ]
gstopencv_cargs = ['-DGST_HAAR_CASCADES_DIR="@0@"'] gstopencv_cargs = ['-DGST_HAAR_CASCADES_DIR="@0@"']