diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-06-11 11:04:31 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-06-11 11:15:23 +0200 |
commit | fc6564e9dcf3455e78872488a848db77bf91c81e (patch) | |
tree | c865b2e851e39969cace7eab1a21ada43802dcc2 /recipes | |
parent | c47af4e30eba7b2d2e9cee051bed4ee5dd8ebf54 (diff) |
recipes: Update the pitivi recipe to with the clutter dependency removed
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/pitivi.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pitivi.recipe b/recipes/pitivi.recipe index 9940f54b..6fac7c8e 100644 --- a/recipes/pitivi.recipe +++ b/recipes/pitivi.recipe @@ -14,8 +14,8 @@ class Recipe(recipe.Recipe): 'gst-libav-1.0', 'gst-plugins-bad-1.0', 'gst-plugins-ugly-1.0', - 'clutter-gtk', 'numpy', + 'matplotlib', 'gnome-icon-theme', 'gnome-icon-theme-symbolic', 'shared-mime-info'] # brings in gtk+ |