diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-01 04:02:25 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-01 04:02:25 +0800 |
commit | 4e457e2520e00ee98354102907a38526a877556d (patch) | |
tree | dd297ab51fd9f4c922e45bc23489311e58bbe2a2 /configure.ac | |
parent | 604cafae85527fcf97057483e70a7e3533b318d2 (diff) | |
download | gsoc2013-epiphany-4e457e2520e00ee98354102907a38526a877556d.tar.gz gsoc2013-epiphany-4e457e2520e00ee98354102907a38526a877556d.tar.zst gsoc2013-epiphany-4e457e2520e00ee98354102907a38526a877556d.zip |
Update gtk requirement.
2005-08-31 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
Update gtk requirement.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 1edf91a30..3813ed74f 100644 --- a/configure.ac +++ b/configure.ac @@ -41,9 +41,8 @@ fi AC_PROG_INTLTOOL([0.29]) -GLIB_REQUIRED=2.7.0 -PANGO_REQUIRED=1.8.0 -GTK_REQUIRED=2.6.3 +GLIB_REQUIRED=2.8.0 +GTK_REQUIRED=2.8.3 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBGLADE_REQUIRED=2.3.1 @@ -85,7 +84,6 @@ fi PKG_CHECK_MODULES([DEPENDENCIES], [\ glib-2.0 >= $GLIB_REQUIRED \ - pango >= $PANGO_REQUIRED \ gtk+-2.0 >= $GTK_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED \ libxslt >= $LIBXSLT_REQUIRED \ |