[Xfce4-commits] [xfce/xfdesktop] 01/01: Update gdk target version

noreply at xfce.org noreply at xfce.org
Sat Dec 15 04:05:13 CET 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       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/xfdesktop.

commit f5df62a4406517235bf2e120d43651e1d78bd14f
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sat Dec 15 00:04:47 2018 -0300

    Update gdk target version
---
 configure.ac.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index cf2585b..602b71c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -97,8 +97,8 @@ XDT_CHECK_PACKAGE([CAIRO], [cairo], [cairo_minimum_version])
 AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_42, [Ignore post 2.42 deprecations])
 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_20, [Prevent post 3.20 APIs])
+AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_22, [Ignore post 3.22 deprecations])
+AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_22, [Prevent post 3.22 APIs])
 
 dnl do we want desktop icons at all?
 AC_ARG_ENABLE([desktop-icons],

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list