opencv: fix OPENCV_PATH_NAME when using meson
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Tue, 6 Feb 2018 10:36:27 +0000 (11:36 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 6 Feb 2018 13:06:33 +0000 (13:06 +0000)
commit58ce84a3eae4d2c18d5288fe8b294cab8b587c22
treebbd452a93609a3984c62ce91e7e23839b6a9b692
parentfc4fe1c10e9c34756f71de31b3eb2034e78dec75
opencv: fix OPENCV_PATH_NAME when using meson

Meson was checking for $prefix/OpenCV but was then defining
OPENCV_PATH_NAME with 'OpenCv' rather than 'OpenCV'.

https://bugzilla.gnome.org/show_bug.cgi?id=793212
ext/opencv/meson.build