diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-05-26 04:25:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-05-26 04:25:25 +0000 |
commit | 9ec6a65901aa1e4a494c09341f5a6ffbed8a8415 (patch) | |
tree | e08411d22b1b856a23c0d31a0e3e6877ebc8a04e /INSTALL.in | |
parent | 4d734c0e6a8ae9ed2fe623c563047626f9ddec62 (diff) | |
download | gtk+-9ec6a65901aa1e4a494c09341f5a6ffbed8a8415.tar.gz |
Bug 513811 – Use cairo_format_stride_for_width()
* gtk/gtkhsv.c (paint_ring, paint_triangle):
* gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Use
cairo_format_stride_for_width, proposed by Behdad Esfahbod.
* configure.in: Bump cairo requirement to 1.6.0
* INSTALL.in: Update required versions
svn path=/trunk/; revision=20170
Diffstat (limited to 'INSTALL.in')
-rw-r--r-- | INSTALL.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.in b/INSTALL.in index 742d782803..a8c0be5c82 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -4,8 +4,8 @@ Prerequisites GTK+ requires the following packages: - The GLib, Pango, ATK and cairo libraries, available at the same - location as GTK+. GTK+ @GTK_VERSION@ requires at least GLib 2.12, - Pango 1.13, ATK 1.9 and cairo 1.2. + location as GTK+. GTK+ @GTK_VERSION@ requires at least GLib 2.15.0, + Pango 1.19.3, ATK 1.13.0 and cairo 1.6.0. - The TIFF, PNG, and JPEG image loading libraries. You most likely have these installed on your system already. If not |