summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorAlexander Schwinn <alexxcons@xfce.org>2020-12-08 22:42:52 +0100
committerAlexander Schwinn <alexxcons@xfce.org>2020-12-08 22:42:52 +0100
commit2d8b8903f06a51e82ac0f548b7cca9c747a6a4d6 (patch)
tree7c6f0cceeeee1adbc879bbd14e3fa16513e76fe3 /configure.ac.in
parent3fb39ec96490493cdc9cebc0999646f810509b2f (diff)
downloadlibxfce4ui-2d8b8903f06a51e82ac0f548b7cca9c747a6a4d6.tar.gz
bump glib (and gio, gthread, etc) minimum to 2.50.0
As agreed on the 4.16 roadmap
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac.in b/configure.ac.in
index b0e1c36..cea05cc 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -126,7 +126,7 @@ XDT_CHECK_LIBSM()
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.44.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.50.0])
XDT_CHECK_PACKAGE([GTK3], [gtk+-3.0], [3.22.0])
XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.12.0])
@@ -138,8 +138,8 @@ XDT_CHECK_OPTIONAL_PACKAGE([GLIBTOP],
[GLIBTOP support])
AM_CONDITIONAL([ENABLE_GLIBTOP], [test "x$GLIBTOP_FOUND" = "xyes"])
-AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_44, [Ignore post 2.44 deprecations])
-AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_44, [Prevent post 2.44 APIs])
+AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_50, [Ignore post 2.50 deprecations])
+AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_50, [Prevent post 2.50 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])