[Xfce4-commits] [xfce/xfce4-session] 01/01: Fix gdk max version to 3.20
noreply at xfce.org
noreply at xfce.org
Tue Dec 12 12:13:04 CET 2017
This is an automated email from the git hooks/post-receive script.
e r i c p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-session.
commit 9d74cfb10039c307da018858123c8338ed1be2d8
Author: Eric Koegel <eric.koegel at gmail.com>
Date: Tue Dec 12 14:09:35 2017 +0300
Fix gdk max version to 3.20
Fixes the Ubuntu builder in the buildbot.
---
configure.ac.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac.in b/configure.ac.in
index bf70f9f..6673f6d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -116,7 +116,7 @@ AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_42, [Ignore post 2.42 deprec
AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_42, [Prevent post 2.42 APIs])
AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_20, [Ignore post 3.20 deprecations])
-AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_22, [Prevent post 3.22 APIs])
+AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_20, [Prevent post 3.20 APIs])
dnl Check for debugging support
XDT_FEATURE_DEBUG([xfsm_debug_default])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list