summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-04-29 16:29:27 +0200
committerThomas Haller <thaller@redhat.com>2016-04-29 16:29:28 +0200
commit908085a0ad967f355bd814e2f93dc0f6c5f57741 (patch)
tree98ac32544db61fc162fb64264ba6cf559423e83f
parenta392bc2486eda0090b00435c1c45fb9d8463f789 (diff)
downloadnetwork-manager-applet-908085a0ad967f355bd814e2f93dc0f6c5f57741.tar.gz
build: bump required NM and libnm versions to 1.3
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 6f3e7a6d..17d870ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,10 +75,10 @@ fi
PKG_CHECK_MODULES(LIBNM_GLIB,
[gio-2.0 >= 2.32
- NetworkManager >= 1.1
+ NetworkManager >= 1.3
libnm-glib >= 1.3
- libnm-util >= 1.1
- libnm-glib-vpn >= 1.1
+ libnm-util >= 1.3
+ libnm-glib-vpn >= 1.3
gmodule-export-2.0])
LIBNM_GLIB_CFLAGS="$LIBNM_GLIB_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
LIBNM_GLIB_CFLAGS="$LIBNM_GLIB_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_4"