diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-06 01:58:35 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-06 01:58:35 +0800 |
commit | 05bf9a53c2e0ef8c0ce13450fc853e7b4d247ae4 (patch) | |
tree | 6d020548ddfb1dad97bcb894d6d0a60026962edc | |
parent | 68b8b6c71285308722cabd1616cc1a8eafde304b (diff) | |
download | gsoc2013-epiphany-05bf9a53c2e0ef8c0ce13450fc853e7b4d247ae4.tar.gz gsoc2013-epiphany-05bf9a53c2e0ef8c0ce13450fc853e7b4d247ae4.tar.zst gsoc2013-epiphany-05bf9a53c2e0ef8c0ce13450fc853e7b4d247ae4.zip |
configure.ac: depend on glib 2.35.6
A few important fixes in there that we'd rather have to avoid lots of
bug reports.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fed4e600d..d1effb9cb 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,7 @@ if test "$enable_maintainer_mode" = "yes"; then DEPRECATION_FLAGS="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGSEAL_ENABLE" fi -GLIB_REQUIRED=2.35.0 +GLIB_REQUIRED=2.35.6 GTK_REQUIRED=3.5.4 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 |