summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2015-11-03 15:46:34 +0100
committerThibault Saunier <tsaunier@gnome.org>2015-11-03 15:47:03 +0100
commit1e9c0bcc7aa9a1b1e52eeb8a600f67a268ec09d0 (patch)
treef76ff19f72da5cbd766cee5f493617afee72afb1
parentb8426ad641349a62622ebadf2063e07ca9a10829 (diff)
recipes:validate: Add the gir file
-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: