From 1e9c0bcc7aa9a1b1e52eeb8a600f67a268ec09d0 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 3 Nov 2015 15:46:34 +0100 Subject: recipes:validate: Add the gir file --- recipes/gst-validate.recipe | 3 +++ 1 file changed, 3 insertions(+) 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: -- cgit v1.2.3