summaryrefslogtreecommitdiff
path: root/recipes/gst-validate.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gst-validate.recipe')
-rw-r--r--recipes/gst-validate.recipe3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe
index 7711eddf..7cb8ee85 100644
--- a/recipes/gst-validate.recipe
+++ b/recipes/gst-validate.recipe
@@ -22,6 +22,9 @@ class Recipe(recipe.Recipe):
]
files_gst_validate_plugins = ['lib/gstreamer-1.0/validate/libgstvalidatefaultinjection%(mext)s']
+ files_typelibs = [
+ 'GstValidate-1.0'
+ ]
def prepare(self):
if self.config.target_platform == Platform.LINUX: