Fix bug 907082 moonshot ui depends on gee 0.6 which is too new
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>
Wed, 21 Dec 2011 07:11:37 +0000 (07:11 +0000)
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>
Wed, 21 Dec 2011 07:11:37 +0000 (07:11 +0000)
https://bugs.launchpad.net/bugs/907082

configure.ac

index 7b392fb..0299d76 100644 (file)
@@ -191,7 +191,7 @@ PKG_CHECK_MODULES(moonshot,[
         glib-2.0 >= 2.22
         gobject-2.0 >= 2.22
         gtk+-2.0 >= 2.18
-        gee-1.0 > 0.6
+        gee-1.0 >= 0.5
         $SERVER_IPC_MODULE
 ])