summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-09-22 15:29:49 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2017-09-22 15:29:49 -0400
commitd1b7b6a82a17a2f40dcadfafb1c2ea746d869aae (patch)
tree7051a50b4c78dbc55ee2a6fe70637c87c3db1ec5
parent0ca079cabfa8d118e9e1832990650df19564bab6 (diff)
downloadnetwork-manager-applet-d1b7b6a82a17a2f40dcadfafb1c2ea746d869aae.tar.gz
build: Bump GTK+ requirement to 3.10
followup from https://git.gnome.org/browse/network-manager-applet/commit/?id=5babe39
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 20179858..bebd853f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,7 +128,7 @@ if test x"$have_libnotify_07" = "xyes"; then
fi
PKG_CHECK_MODULES(NOTIFY, [libnotify >= 0.4.3])
-PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.4)
+PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 3.10)
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.]))