[gst-cvs] gstreamer-sharp: Require glib 2.18.1 for new glib-sharp

Sebastian Dröge slomo at kemper.freedesktop.org
Fri Sep 11 01:35:03 PDT 2009


Module: gstreamer-sharp
Branch: master
Commit: cdc8704c891703abc301b74400da2ee6b15699ac
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer-sharp/commit/?id=cdc8704c891703abc301b74400da2ee6b15699ac

Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Sep 11 08:38:20 2009 +0200

Require glib 2.18.1 for new glib-sharp

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3f2c0a0..0f4807e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,7 @@ AC_SUBST(MONODOCS2HTML)
 #PKG_CHECK_MODULES(GLIBSHARP, glib-sharp-2.0 >= $GLIBSHARP_REQUIRED_VERSION)
 #AC_SUBST(GLIBSHARP_LIBS)
 
-GLIB_REQUIRED_VERSION=2.16.0
+GLIB_REQUIRED_VERSION=2.18.1
 PKG_CHECK_MODULES(GLIB,
 	glib-2.0 >= $GLIB_REQUIRED_VERSION
 	gobject-2.0 >= $GLIB_REQUIRED_VERSION





More information about the Gstreamer-commits mailing list