]> git.0d.be Git - empathy.git/commitdiff
Bump required version of libunique to 1.1.2
authorXavier Claessens <xclaesse@gmail.com>
Mon, 14 Jun 2010 14:55:29 +0000 (16:55 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Mon, 14 Jun 2010 14:55:47 +0000 (16:55 +0200)
Fixes bug #621545

configure.ac

index 5ffe0de3f31ed7f99f72f67bf6f5b9c6dbaed71f..2a050eaddf8a103ec2999a68a82ec96f862b2926 100644 (file)
@@ -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
 ])