summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-17 13:36:45 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-22 08:35:44 +0200
commitba8f74b40cf4d16585ae9a43443b12bfac90a879 (patch)
treefc956212bd307e1e4c0ea288f796ab56a5977c9e
parentb762a9a7ab2d8ffb077dcb29d8bd69cf588963e5 (diff)
gst-plugins-base-1.0: Set --program-prefix to an empty string here too
-rw-r--r--recipes/gst-plugins-base-1.0.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe
index 4d51419..df676db 100644
--- a/recipes/gst-plugins-base-1.0.recipe
+++ b/recipes/gst-plugins-base-1.0.recipe
@@ -6,7 +6,7 @@ class Recipe(recipe.Recipe):
version = '1.0'
licenses = [License.LGPLv2Plus]
config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--enable-static --disable-introspection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer Base Plugins (GStreamer SDK)' "
+ configure_options = "--enable-static --program-prefix= --disable-introspection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer Base Plugins (GStreamer SDK)' "
remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'}
commit = 'upstream/1.0'
deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora',