[network-manager-applet/lr/pkcs11: 2/21] build: lock gtk version



commit 119e155dbd1c1e5ae79d1618900aefdbcb9cd6c6
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.

 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]