diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-28 15:59:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-05 21:03:33 +0800 |
commit | 4322574cde666404adbe8512616d20b54e19426a (patch) | |
tree | d76d58eeafcf759cafe8b5cd3f4426a9f1a94cd7 | |
parent | beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc (diff) | |
download | gsoc2013-empathy-4322574cde666404adbe8512616d20b54e19426a.tar gsoc2013-empathy-4322574cde666404adbe8512616d20b54e19426a.tar.gz gsoc2013-empathy-4322574cde666404adbe8512616d20b54e19426a.tar.bz2 gsoc2013-empathy-4322574cde666404adbe8512616d20b54e19426a.tar.lz gsoc2013-empathy-4322574cde666404adbe8512616d20b54e19426a.tar.xz gsoc2013-empathy-4322574cde666404adbe8512616d20b54e19426a.tar.zst gsoc2013-empathy-4322574cde666404adbe8512616d20b54e19426a.zip |
Depend on GLib 2.32
Needed for GNetworkMonitor
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index be604e734..76c604b75 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +37,9 @@ AC_COPYRIGHT([ FOLKS_REQUIRED=0.6.6 GNUTLS_REQUIRED=2.8.5 -GLIB_REQUIRED=2.30.0 +GLIB_REQUIRED=2.32.0 AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations]) -AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs]) +AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_32, [Prevent post 2.32 APIs]) GTK_REQUIRED=3.3.6 AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations]) |