summaryrefslogtreecommitdiff
path: root/recipes/custom.py
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/custom.py')
-rw-r--r--recipes/custom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/custom.py b/recipes/custom.py
index 130e97ca..980f1749 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -75,6 +75,7 @@ class GStreamer(recipe.Recipe):
plugin = 'lib/gstreamer-1.0/libgst' + plugin
if not hasattr(self, 'files_plugins_' + category):
setattr(self, 'files_plugins_' + category, [])
+ self.update_categories()
f = getattr(self, 'files_plugins_' + category)
f += [plugin + '%(mext)s']
if not hasattr(self, 'files_plugins_{}_devel'.format(category)):