configure.ac: relax the glib dependency to 2.24
authorJavier Jardón <javier.jardon@codethink.co.uk>
Thu, 5 May 2011 14:01:22 +0000 (15:01 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Thu, 5 May 2011 14:01:22 +0000 (15:01 +0100)
So we can compile in Debian Squeeze.
We are still not using dbus, so It's not a hard requirement for the moment

configure.ac

index 304b2b1..b95bad1 100644 (file)
@@ -20,8 +20,8 @@ AM_PROG_VALAC([0.9])
 # Dependencies
 PKG_CHECK_MODULES(moonshot,[
         atk >= 1.20
-        glib-2.0 >= 2.26
-        gobject-2.0 >= 2.26
+        glib-2.0 >= 2.24
+        gobject-2.0 >= 2.24
         gtk+-2.0 >= 2.20
 ])