diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 20:07:29 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 20:07:29 +0800 |
commit | 82b5dbb25241135989406c6514e0b84184606645 (patch) | |
tree | 6dadbd9f4254cbeaa362ad51a7289e79e7f5c53f | |
parent | 284ff75925b329b0443338660480d392f53501e1 (diff) | |
download | gsoc2013-empathy-82b5dbb25241135989406c6514e0b84184606645.tar gsoc2013-empathy-82b5dbb25241135989406c6514e0b84184606645.tar.gz gsoc2013-empathy-82b5dbb25241135989406c6514e0b84184606645.tar.bz2 gsoc2013-empathy-82b5dbb25241135989406c6514e0b84184606645.tar.lz gsoc2013-empathy-82b5dbb25241135989406c6514e0b84184606645.tar.xz gsoc2013-empathy-82b5dbb25241135989406c6514e0b84184606645.tar.zst gsoc2013-empathy-82b5dbb25241135989406c6514e0b84184606645.zip |
Depend on GLib 2.33.3
Needed for g_list_copy_deep()
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 5dccd8c67..933e3ebb2 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +37,9 @@ AC_COPYRIGHT([ FOLKS_REQUIRED=0.7.1 GNUTLS_REQUIRED=2.8.5 -GLIB_REQUIRED=2.32.0 +GLIB_REQUIRED=2.33.3 AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations]) -AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_32, [Prevent post 2.32 APIs]) +AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_34, [Prevent post 2.34 APIs]) GTK_REQUIRED=3.5.1 AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations]) |