summaryrefslogtreecommitdiff
path: root/recipes/gstreamer-ios-templates.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer-ios-templates.recipe')
-rw-r--r--recipes/gstreamer-ios-templates.recipe8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/gstreamer-ios-templates.recipe b/recipes/gstreamer-ios-templates.recipe
index ec3d3cdd..571dd341 100644
--- a/recipes/gstreamer-ios-templates.recipe
+++ b/recipes/gstreamer-ios-templates.recipe
@@ -23,8 +23,12 @@ class Recipe(recipe.Recipe):
]
files_devel = [
- 'share/xcode/templates/ios/',
- ]
+ 'share/xcode/templates/ios/',
+ ]
+
+ def prepare(self):
+ if self.config.variants.rust:
+ self.deps.append('gst-plugins-rs')
async def install(self):
share_dir = os.path.join(self.config.prefix, 'share', 'xcode',