[gnome-chess/chess-telepathy-networking-support-664946-communicate] Use newer libgee API



commit bc8261b1f325e8a12fe6d0afb391508b7de6557c
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Jun 24 21:20:25 2014 -0500

    Use newer libgee API
    
    Looks like we can compile against modern libgee without any changes,
    yay.
    
    (Note that 0.8 is newer than 1.0 because... because.)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6cccd48..f1fcbd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ if test "x$networking" = "xyes"; then
     AC_SUBST([FOLKS_CFLAGS])
     AC_SUBST([FOLKS_LIBS])
 
-    PKG_CHECK_MODULES([GEE], [gee-1.0])
+    PKG_CHECK_MODULES([GEE], [gee-0.8])
     AC_SUBST([GEE_CFLAGS])
     AC_SUBST([GEE_LIBS])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]