[Xfce4-commits] [apps/xfdashboard] 01/01: Raise minimum version of Glib to 2.38 for replacements of deprecated g_type_class_add_private() function
noreply at xfce.org
noreply at xfce.org
Wed Aug 21 15:23:54 CEST 2019
This is an automated email from the git hooks/post-receive script.
n o m a d 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 apps/xfdashboard.
commit 27e3a7cc82ceba90c25862cd5a63bf1dfad6355b
Author: Stephan Haller <nomad at froevel.de>
Date: Wed Aug 21 15:23:10 2019 +0200
Raise minimum version of Glib to 2.38 for replacements of deprecated g_type_class_add_private() function
---
configure.ac.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 909ad0e..6b8aeb5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,8 +19,8 @@ dnl *** Minimum package version needed ***
dnl **************************************
m4_define([wnck_minimum_version], [3.0])
m4_define([clutter_minimum_version], [1.12.0])
-m4_define([glib_minimum_version], [2.32])
-m4_define([gio_minimum_version], [2.32])
+m4_define([glib_minimum_version], [2.38])
+m4_define([gio_minimum_version], [2.38])
m4_define([garcon_minimum_version], [0.2.0])
m4_define([xfconf_minimum_version], [4.13.0])
m4_define([xfconf_legacy_minimum_version], [4.10.0])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list