summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-03-20 20:35:45 +0530
committerTim-Philipp Müller <tim@centricular.com>2024-03-21 10:58:15 +0100
commit196a0518e738bc2c0c389fded9a43fcdd43032d8 (patch)
treea206c75b89e7c2a0088fe669810dbffa9829dc86
parenteabb63f75c3400b1e1efc4fb4c0daabe3f05fd69 (diff)
gstreamer-1.0.recipe: Enable ptp helper explicitly
Otherwise it will be quietly disabled if bootstrap was not done correctly, and post_install will fail in a confusing way. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1416>
-rw-r--r--recipes/gstreamer-1.0.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe
index 698ccb36..94189a95 100644
--- a/recipes/gstreamer-1.0.recipe
+++ b/recipes/gstreamer-1.0.recipe
@@ -80,4 +80,5 @@ class Recipe(custom.GStreamer):
# is not a mobile platform.
if self.config.variants.rust and \
self.config.target_platform not in [Platform.IOS, Platform.ANDROID]:
+ self.meson_options['ptp-helper'] = 'enabled'
self.files_misc.append('libexec/gstreamer-1.0/gst-ptp-helper%(bext)s')