diff options
Diffstat (limited to 'recipes/gstreamer-sharp.recipe')
-rw-r--r-- | recipes/gstreamer-sharp.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer-sharp.recipe b/recipes/gstreamer-sharp.recipe index 05a5bf9..f74ddeb 100644 --- a/recipes/gstreamer-sharp.recipe +++ b/recipes/gstreamer-sharp.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'gstreamer-sharp' version = '0.9.1-git' licenses = [License.LGPLv2_1Plus] - configure_options = "--disable-instrospection --disable-examples "\ + configure_options = "--disable-introspection --disable-examples "\ " --with-package-origin='http://www.gstreamer.com' "\ " --with-package-name='GStreamer C# Bindings (GStreamer SDK)'" remotes = {'upstream': |