[gnome-control-center] build: Require libnm-glib >= 0.9.6.4



commit 3fc444684e08e09384340cffbf74d7c5e001cbee
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Dec 11 18:42:05 2012 +0530

    build: Require libnm-glib >= 0.9.6.4
    
    The Network panel uses nm_device_bond_get_slaves which is only
    available since libnm-glib-0.9.6.4.
    
    Fixes: https://bugzilla.gnome.org/690042

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e8e81d2..01cf142 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@ CANBERRA_REQUIRED_VERSION=0.13
 GDKPIXBUF_REQUIRED_VERSION=2.23.0
 POLKIT_REQUIRED_VERSION=0.103
 GSD_REQUIRED_VERSION=3.6.0
-NETWORK_MANAGER_REQUIRED_VERSION=0.8.995
+NETWORK_MANAGER_REQUIRED_VERSION=0.9.6.4
 NETWORK_MANAGER_APPLET_REQUIRED_VERSION=0.9.7
 LIBNOTIFY_REQUIRED_VERSION=0.7.3
 GNOME_DESKTOP_REQUIRED_VERSION=3.5.91



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