[network-manager-applet] build: bump requirements to 1.1-dev



commit 057e2c465e65060f96793a435c86ca10aa3ed90d
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed Jul 15 13:02:12 2015 +0200

    build: bump requirements to 1.1-dev
    
    We now need the API for bridge.multicast-snooping option, only added to NM
    master.

 configure.ac                      |    8 ++++----
 src/Makefile.am                   |    2 +-
 src/connection-editor/Makefile.am |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 27a2085..0486028 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,10 +73,10 @@ PKG_CHECK_MODULES(DBUS_GLIB, [dbus-glib-1 >= 0.74])
 
 PKG_CHECK_MODULES(LIBNM_GLIB,
                [gio-2.0 >= 2.32
-                NetworkManager >= 1.0
-                libnm-glib >= 1.0
-                libnm-util >= 1.0
-                libnm-glib-vpn >= 1.0
+                NetworkManager >= 1.1
+                libnm-glib >= 1.1
+                libnm-util >= 1.1
+                libnm-glib-vpn >= 1.1
                 gmodule-export-2.0])
 NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
 
diff --git a/src/Makefile.am b/src/Makefile.am
index c856c35..874892e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,7 +10,7 @@ nm_applet_CPPFLAGS = \
        $(MM_GLIB_CFLAGS) \
        $(APPINDICATOR_CFLAGS) \
        -DLIBNM_BUILD \
-       -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_0 \
+       -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_2 \
        -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_2 \
        -DICONDIR=\""$(datadir)/icons"\"                                                \
        -DUIDIR=\""$(uidir)"\"                                                  \
diff --git a/src/connection-editor/Makefile.am b/src/connection-editor/Makefile.am
index 2b09c85..576e3be 100644
--- a/src/connection-editor/Makefile.am
+++ b/src/connection-editor/Makefile.am
@@ -4,7 +4,7 @@ nm_connection_editor_CPPFLAGS = \
        $(GTK_CFLAGS) \
        $(LIBNM_CFLAGS) \
        -DLIBNM_BUILD \
-       -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_0 \
+       -DNM_VERSION_MIN_REQUIRED=NM_VERSION_1_2 \
        -DNM_VERSION_MAX_ALLOWED=NM_VERSION_1_2 \
        -DICONDIR=\""$(datadir)/icons"\" \
        -DUIDIR=\""$(uidir)"\" \


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