diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-03-07 22:53:53 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-03-07 22:53:53 +0800 |
commit | 07202bf4e9b6f7809b58b0c3e13af0a6de593e28 (patch) | |
tree | 65baabe70fed34490f1fba4095ce5682629c7339 | |
parent | 632ac3b3c932742c54d958a0475145da38e85905 (diff) | |
download | gsoc2013-epiphany-07202bf4e9b6f7809b58b0c3e13af0a6de593e28.tar gsoc2013-epiphany-07202bf4e9b6f7809b58b0c3e13af0a6de593e28.tar.gz gsoc2013-epiphany-07202bf4e9b6f7809b58b0c3e13af0a6de593e28.tar.bz2 gsoc2013-epiphany-07202bf4e9b6f7809b58b0c3e13af0a6de593e28.tar.lz gsoc2013-epiphany-07202bf4e9b6f7809b58b0c3e13af0a6de593e28.tar.xz gsoc2013-epiphany-07202bf4e9b6f7809b58b0c3e13af0a6de593e28.tar.zst gsoc2013-epiphany-07202bf4e9b6f7809b58b0c3e13af0a6de593e28.zip |
Require GTK+ 3.0.2
A few nasty bugs have been fixed since 3.0.0, I'd rather not have them
reported.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 20a7b4a68..38c5a98b6 100644 --- a/configure.ac +++ b/configure.ac @@ -93,7 +93,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.25.13 -GTK_REQUIRED=3.0.0 +GTK_REQUIRED=3.0.2 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |