summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gstreamer-1.0.recipe2
-rw-r--r--recipes/gstreamer.recipe2
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']