[NetworkManager-openvpn/lr/no-libnm-glib: 2/5] build: bump required libnma version




commit a83c45bbab3ceda64486fa351641f4350818ef83
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Tue Jun 28 10:57:54 2022 +0200

    build: bump required libnma version
    
    We use the certificate chooser that was added in version 1.8.0.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 91a0dd7..a1c5def 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,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"
        GTK_CFLAGS="$GTK_CFLAGS -DGDK_VERSION_MAX_ALLOWED=GDK_VERSION_3_4"
-       PKG_CHECK_MODULES(LIBNMA, libnma >= 1.7.0)
+       PKG_CHECK_MODULES(LIBNMA, libnma >= 1.8.0)
 fi
 
 if test x"$with_gtk4" != xno; then


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