aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-01-17 15:17:40 -0600
committerCharles Kerr <charles.kerr@canonical.com>2013-01-17 15:17:40 -0600
commit0f7689e25e2fd241fbb55c78bad0d3aa16fd9705 (patch)
treee922ce243663d62884b2c2fb657becafe19137b4 /configure.ac
parent61f80b55a78feae1549d4121c355410f8aac71d6 (diff)
downloadayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.tar.gz
ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.tar.bz2
ayatana-indicator-datetime-0f7689e25e2fd241fbb55c78bad0d3aa16fd9705.zip
remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init() is deprecated
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c67e55..e9acb8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ EDS_REQUIRED_VERSION=3.5
ICAL_REQUIRED_VERSION=0.48
CAIRO_REQUIRED_VERSION=1.10
GDK_REQUIRED_VERSION=2.22
-GLIB_REQUIRED_VERSION=2.29.19
+GLIB_REQUIRED_VERSION=2.35.4
GTK3_REQUIRED_VERSION=3.1.4
PKG_CHECK_MODULES(INDICATOR, indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION