[empathy/gnome-2-32] Don't build with gnome-keyring 2.91.x (#631657)



commit 54bde62ad6357fadb8ad2d12beaba6efcde459c9
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri Oct 22 12:09:46 2010 +0200

    Don't build with gnome-keyring 2.91.x (#631657)

 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3eff0f2..3bf3fee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -181,7 +181,10 @@ PKG_CHECK_MODULES(LIBNOTIFY,
     libnotify >= $LIBNOTIFY_REQUIRED
     libnotify < 0.7)
 PKG_CHECK_MODULES(UNIQUE, unique-1.0 >= $UNIQUE_REQUIRED)
-PKG_CHECK_MODULES(GCR, gcr-0 >= $KEYRING_REQUIRED)
+# gnome-keyring breaks API in 2.91.x
+PKG_CHECK_MODULES(GCR,
+    gcr-0 >= $KEYRING_REQUIRED
+    gcr-0 < 2.91)
 
 # Enable GSEAL checks if needed
 if test $USE_MAINTAINER_MODE = yes; then



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