diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-02-23 12:51:45 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-02-23 12:58:58 +0100 |
commit | cfc0341ed71ddbc4060f9b00782e700648efccef (patch) | |
tree | fc126fea72bbe1b1e047e5fae9b98bf1953318b3 /recipes | |
parent | a6b74a34b1574b5ded89728116977ae466959c4a (diff) |
gstreamer: don't build the gst tools with the arch-host prefix
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 2 | ||||
-rw-r--r-- | recipes/gstreamer.recipe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index 093cfa4..f77e88c 100644 --- a/recipes/gstreamer-1.0.recipe +++ b/recipes/gstreamer-1.0.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '0.11.x' licenses = [License.LGPLv2_1Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' - configure_options = "--disable-introspection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer (GStreamer SDK) '" + configure_options = "--program-prefix= --disable-instrospection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer (GStreamer SDK) '" remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gstreamer'} commit = 'upstream/1.0' deps = ['glib', 'libxml2', 'gtk-doc-lite'] diff --git a/recipes/gstreamer.recipe b/recipes/gstreamer.recipe index 53b0334..fbf81ee 100644 --- a/recipes/gstreamer.recipe +++ b/recipes/gstreamer.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '0.10.36' licenses = [License.LGPLv2_1Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' - configure_options = "--disable-introspection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer (GStreamer SDK) '" + configure_options = "--program-prefix= --disable-instrospection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer (GStreamer SDK) '" remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gstreamer'} deps = ['glib', 'libxml2', 'gtk-doc-lite'] |