[network-manager-applet/lr/compat-drop: 1/5] build: bump NetworkManager dependency to 1.12



commit 77e4cd1bfc4d2c02a6f307427c4cb5f682998d11
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Nov 29 09:01:40 2019 +0100

    build: bump NetworkManager dependency to 1.12

 configure.ac | 6 +++---
 meson.build  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5a46cde3..9bbf789a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,11 +68,11 @@ GETTEXT_PACKAGE=nm-applet
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
 
-PKG_CHECK_MODULES(LIBNM, [libnm >= 1.7 gio-2.0 >= 2.38 gmodule-export-2.0])
+PKG_CHECK_MODULES(LIBNM, [libnm >= 1.12 gio-2.0 >= 2.38 gmodule-export-2.0])
 LIBNM_CFLAGS="$LIBNM_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38"
 LIBNM_CFLAGS="$LIBNM_CFLAGS -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_38"
-LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_8"
-LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_8"
+LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_12"
+LIBNM_CFLAGS="$LIBNM_CFLAGS -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_12"
 
 PKG_CHECK_MODULES(LIBNMA, libnma)
 
diff --git a/meson.build b/meson.build
index fc3eacdc..b45077c6 100644
--- a/meson.build
+++ b/meson.build
@@ -131,7 +131,7 @@ config_h.set10('HAVE_LIBNOTIFY_07', libnotify_dep.found() and libnotify_dep.vers
                description: 'Define if you have libnotify 0.7 or later')
 
 # API documentation
-nm_req_version = '>= 1.7'
+nm_req_version = '>= 1.12'
 
 deps = [
   gio_dep,
@@ -142,8 +142,8 @@ deps = [
 cflags = [
   '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38',
   '-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_38',
-  '-DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_8',
-  '-DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_8'
+  '-DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_12',
+  '-DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_12'
 ]
 
 libnm_dep = declare_dependency(


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