summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2020-08-21 12:12:48 +0200
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-08-24 21:27:01 +0000
commit15dfc3b171e6a63d8dea5582588e7fc26bb22028 (patch)
tree36d18f35014c31f2c1b82f17558eb22aac69d9a1 /meson.build
parent3211c65a5e6bc3233fe03398b3f1b813f0702ea2 (diff)
downloadgstreamer-plugins-good-15dfc3b171e6a63d8dea5582588e7fc26bb22028.tar.gz
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/704>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 467339a50..5823b61b3 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 = []