diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-04-25 09:52:29 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-25 10:03:50 +0200 |
commit | 09f76df6ec799f2b019db129a9aa71e0f878ffeb (patch) | |
tree | 2b42b48c4be754fc224cbc05c1f9e69109f3158e | |
parent | d26cedfd36539755537469246899e35f12881867 (diff) |
gnonlin: Move plugin into the editing category
-rw-r--r-- | recipes/gnonlin-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gnonlin-1.0.recipe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnonlin-1.0-static.recipe b/recipes/gnonlin-1.0-static.recipe index 5a0d7f14..4021f361 100644 --- a/recipes/gnonlin-1.0-static.recipe +++ b/recipes/gnonlin-1.0-static.recipe @@ -12,7 +12,7 @@ class Recipe(custom.GStreamerStatic): make_check = None deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] - files_plugins_gnl_devel = ['libgnl'] + files_plugins_editing_devel = ['libgnl'] def prepare(self): self.append_env['CFLAGS'] = " -Wno-error " diff --git a/recipes/gnonlin-1.0.recipe b/recipes/gnonlin-1.0.recipe index 8624e3b3..6652e910 100644 --- a/recipes/gnonlin-1.0.recipe +++ b/recipes/gnonlin-1.0.recipe @@ -10,7 +10,7 @@ class Recipe(recipe.Recipe): configure_options = "--disable-examples " deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] - files_plugins_gnl = ['lib/gstreamer-1.0/libgnl%(mext)s'] + files_plugins_editing = ['lib/gstreamer-1.0/libgnl%(mext)s'] def prepare(self): self.remotes['origin'] = ('%s/%s' % ('git://anongit.freedesktop.org/gstreamer', 'gnonlin')) |