diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-05-04 20:22:38 +0000 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2012-05-04 20:22:38 +0000 |
commit | ef2de4a54b2dba291230a4d25982b7ce4e1a00ad (patch) | |
tree | 2339bb50bb61a46d8b96d5091eb8e2b033b484a4 /recipes/gst-sdk-shell.recipe | |
parent | 46f3024c68676ac220458c49044e153ae10c80d8 (diff) |
Fix gst-sdk-shell generation.
Diffstat (limited to 'recipes/gst-sdk-shell.recipe')
-rw-r--r-- | recipes/gst-sdk-shell.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gst-sdk-shell.recipe b/recipes/gst-sdk-shell.recipe index e6bd197..3a094b7 100644 --- a/recipes/gst-sdk-shell.recipe +++ b/recipes/gst-sdk-shell.recipe @@ -18,5 +18,5 @@ class Recipe(recipe.Recipe): py_prefix = self.config.py_prefix output_dir = prefix gensdkshell = GenSdkShell() - gensdkshell.runargs(self.config, name, prefix, libdir, py_prefix, - output_dir) + gensdkshell.runargs(self.config, name, output_dir, prefix, libdir, + py_prefix) |