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 57168ae391723fc7f0da9c82888402bcfe90e414 Author: Andre Miranda <[email protected]> Date: Sun Apr 21 15:30:21 2019 -0300 Remove configuration that hides deprecation warnings --- configure.ac.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index 70c571f..7dd6715 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -94,12 +94,6 @@ XDT_CHECK_PACKAGE([XFCONF], [libxfconf-0], [xfconf_minimum_version]) XDT_CHECK_PACKAGE([LIBEXO], [exo-2], [exo_minimum_version]) 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_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], [AS_HELP_STRING([--disable-desktop-icons], -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
