[network-manager-applet/nm-1-4: 14/18] build: lock gtk version



commit 55a4ab743c940a7b94864c080cc3df749e1047c1
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Fri Mar 3 15:17:14 2017 +0100

    build: lock gtk version
    
    ...so that we won't accidentally use features of newer Gtk version.
    
    (cherry picked from commit 966b66c1e2e8a2dea5c227b9bc9074b1335c9ed0)

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c7630d1..5aeab40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,7 +111,7 @@ fi
 PKG_CHECK_MODULES(NOTIFY, [libnotify >= 0.4.3])
 
 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_MIN_REQUIRED=GDK_VERSION_3_4 -DGTK_VERSION_MAX_ALLOWED=GTK_VERSION_3_4"
 
 AC_ARG_WITH([appindicator], AS_HELP_STRING([--with-appindicator|--without-appindicator], [Build with 
libappindicator support instead of xembed systray support.]))
 if test "$with_appindicator" == "yes"; then


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