mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
opencv: set opencv_dep when option is disabled (#1406)
The examples build file checks opencv_dep, so it still needs to be set even if the option is disabled. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1406 Signed-off-by: Adam Williamson <awilliam@redhat.com> Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1570>
This commit is contained in:
parent
c096d30f6b
commit
52ef192526
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
if get_option('opencv').disabled()
|
if get_option('opencv').disabled()
|
||||||
|
opencv_dep = disabler()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue