[network-manager-openvpn] build: bump required libnma library version to 1.2



commit b22736ec836793ddd80af72443524e6d34302708
Author: Thomas Haller <thaller redhat com>
Date:   Fri Apr 29 17:13:24 2016 +0200

    build: bump required libnma library version to 1.2
    
    But bump the required version from 1.1.
    
    Fixes: 07b265828febc6016559c4ef28f594770b09c364

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 11db9f4..340cb66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ if test x"$with_gnome" != xno; then
        PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.4)
        GTK_CFLAGS="$GTK_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_4"
 
-       PKG_CHECK_MODULES(LIBNMA, libnma >= 1.1.0)
+       PKG_CHECK_MODULES(LIBNMA, libnma >= 1.2.0)
        PKG_CHECK_MODULES(LIBSECRET, libsecret-unstable)
 
        if test x"$with_libnm_glib" != xno; then


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