[network-manager-applet/th/vpn-plugin-info-bgo749877] fixup! vpn: make use of new NMVpnPluginInfo class to load vpn plugins



commit 6ecfa398c1a8ab36fe9afe712532e200b8f2ec87
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Jul 24 16:59:53 2015 +0200

    fixup! vpn: make use of new NMVpnPluginInfo class to load vpn plugins

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0486028..664686f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,6 +82,8 @@ NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
 
 PKG_CHECK_MODULES(LIBNM, [libnm 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_2"
+LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_2"
 
 PKG_CHECK_MODULES(LIBSECRET, [libsecret-unstable])
 


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