summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2017-03-30 17:23:00 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2017-03-30 17:48:39 +0200
commit73e2d1641e3a1062c8cee2e8de1927e6717a7252 (patch)
tree7e9631ad540f145805dff58a9de4ddde9f033fdd
parent594c5829c1a1b469a0c2ec9b92d4b9468307a1d8 (diff)
downloadnetwork-manager-applet-73e2d1641e3a1062c8cee2e8de1927e6717a7252.tar.gz
build: bump libnm requirement to 1.7
Fixes: 60d16df6d298a83491c7e4b2ef70ada0ef212217
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d861eff6..a45f5bcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,7 @@ Configure with --without-libnm-gtk if you do not need the legacy library])])
fi
AM_CONDITIONAL(WITH_LIBNM_GTK, test "$with_libnm_gtk" != "no")
-PKG_CHECK_MODULES(LIBNM, [libnm >= 1.3 gio-2.0 >= 2.32 gmodule-export-2.0])
+PKG_CHECK_MODULES(LIBNM, [libnm >= 1.7 gio-2.0 >= 2.32 gmodule-export-2.0])
LIBNM_CFLAGS="$LIBNM_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_8"
LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_8"