summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-08-24 17:10:52 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-09-01 14:11:22 +0200
commit37d2f0fb85f171bf77d45f161a0bd5dd88356548 (patch)
treea8f82569e31ccc8de0ada51582c0752c5d15dde7 /configure.ac
parentc93b76e1555041da2381ab6b03f8cca3720af267 (diff)
properties: port to libnm
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 64ff179..f1639c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,10 +64,10 @@ if test x"$with_gnome" != xno; then
fi
PKG_CHECK_MODULES(LIBNM_GLIB,
- NetworkManager >= 0.9.2
- libnm-util >= 0.9.2
- libnm-glib >= 0.9.2
- libnm-glib-vpn >= 0.9.2)
+ NetworkManager >= 1.1.0
+ libnm-util >= 1.1.0
+ libnm-glib >= 1.1.0
+ libnm-glib-vpn >= 1.1.0)
PKG_CHECK_MODULES(LIBNM, libnm >= 1.1.0)
LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_2"