From: Philipp Zabel Date: Fri, 21 Aug 2020 10:12:48 +0000 (+0200) Subject: meson: fix build failure if orc is enabled but none of its users are X-Git-Tag: 1.19.3~509^2~440 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15dfc3b171e6a63d8dea5582588e7fc26bb22028;p=platform%2Fupstream%2Fgstreamer.git meson: fix build failure if orc is enabled but none of its users are Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues/778 Part-of: --- diff --git a/meson.build b/meson.build index 467339a..5823b61 100644 --- a/meson.build +++ b/meson.build @@ -438,7 +438,7 @@ subdir('ext') subdir('tests') subdir('docs') -if have_orcc +if have_orcc and orc_targets.length() > 0 update_orc_dist_files = find_program('scripts/update-orc-dist-files.py') orc_update_targets = []