diff options
Diffstat (limited to 'recipes/gstreamer-1.0.recipe')
-rw-r--r-- | recipes/gstreamer-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-1.0.recipe b/recipes/gstreamer-1.0.recipe index 2d49750..093cfa4 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-instrospection --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer (GStreamer SDK) '" + configure_options = "--disable-introspection --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'] |