summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-03-20 20:35:45 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2024-03-21 00:28:42 +0530
commitf3887d33f9c0e440b40ef9c0423e8ba6abc41116 (patch)
treeb9533950e0af984c5144e3a93bb0729c0ae71a2a
parent7b209f9d916f02161ebf1dad2411e8fa6584a4f5 (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/1410>
-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')