From 3fc444684e08e09384340cffbf74d7c5e001cbee Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 11 Dec 2012 18:42:05 +0530 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e8e81d23d..01cf142b0 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