diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-09-05 13:05:38 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-09-05 13:05:38 +0100 |
commit | 5638139a6c8d0eab6f2e994f84b8a26ffabc294a (patch) | |
tree | cb9dc4dbcb0922bd07f4c6add925c50c0787bd3c | |
parent | 0fad515e1b65662306219464f00485817fc75511 (diff) | |
download | ayatana-indicator-datetime-5638139a6c8d0eab6f2e994f84b8a26ffabc294a.tar.gz ayatana-indicator-datetime-5638139a6c8d0eab6f2e994f84b8a26ffabc294a.tar.bz2 ayatana-indicator-datetime-5638139a6c8d0eab6f2e994f84b8a26ffabc294a.zip |
configure.ac: Bump glib required version
This version of Glib supports all the strftime format specifiers
Fixes https://bugs.launchpad.net/indicator-datetime/+bug/775113
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 71fd0e9..c83a70f 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ EDS_REQUIRED_VERSION=2.30 ICAL_REQUIRED_VERSION=0.44 CAIRO_REQUIRED_VERSION=1.10 GDK_REQUIRED_VERSION=2.22 -GLIB_REQUIRED_VERSION=2.26 +GLIB_REQUIRED_VERSION=2.29.19 GTK3_REQUIRED_VERSION=3.1.4 GCONF_REQUIRED_VERSION=2.31 |