[empathy] Bump required version of libunique to 1.1.2



commit 75723c313503c6d8541a662fe19f0c6dbf22a06d
Author: Xavier Claessens <xclaesse gmail com>
Date:   Mon Jun 14 16:55:29 2010 +0200

    Bump required version of libunique to 1.1.2
    
    Fixes bug #621545

 configure.ac |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5ffe0de..2a050ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,7 @@ WEBKIT_REQUIRED=1.1.15
 KEYRING_REQUIRED=2.22
 NETWORK_MANAGER_REQUIRED=0.7.0
 NAUTILUS_SENDTO_REQUIRED=2.28.1
+UNIQUE_REQUIRED=1.1.2
 
 # Use --enable-maintainer-mode to disable deprecated symbols,
 # disable single include and enable GSEAL. If this is not a released empathy,
@@ -205,7 +206,7 @@ PKG_CHECK_MODULES(EMPATHY,
    telepathy-farsight
    farsight2-0.10
    gstreamer-0.10
-   unique-1.0
+   unique-1.0 >= $UNIQUE_REQUIRED
    gnome-keyring-1 >= $KEYRING_REQUIRED
 ])
 
@@ -219,7 +220,7 @@ PKG_CHECK_MODULES(LIBEMPATHY_ACCOUNTS_PANEL,
    libebook-1.2
    dbus-glib-1
    telepathy-glib >= $TELEPATHY_GLIB_REQUIRED
-   unique-1.0
+   unique-1.0 >= $UNIQUE_REQUIRED
    gnome-keyring-1 >= $KEYRING_REQUIRED
 ])
 



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