diff options
author | Xan Lopez <xan@gnome.org> | 2011-02-21 10:33:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2011-02-21 10:33:06 +0800 |
commit | c2f2b09306d290c173b312455d50c7b50e2ada6f (patch) | |
tree | 51f4dc0b074232fe8b87fe8dd3d83a8467e05c98 | |
parent | ef4cae1d37383028feebe9a25685376b26612018 (diff) | |
download | gsoc2013-epiphany-c2f2b09306d290c173b312455d50c7b50e2ada6f.tar.gz gsoc2013-epiphany-c2f2b09306d290c173b312455d50c7b50e2ada6f.tar.zst gsoc2013-epiphany-c2f2b09306d290c173b312455d50c7b50e2ada6f.zip |
Require GTK+ 3.0.0
GTK+ changed its soname in 3.0.0, so we need to depend on that if we
want to use 3.x.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 175d00c3e..8ce94bdf9 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=2.99.0 +GTK_REQUIRED=3.0.0 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |