diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-09-23 17:22:13 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-09-23 19:05:13 +0200 |
commit | 61e9f570d9222647d555e0138733440588e8faea (patch) | |
tree | 9464ec27ecd36720135430a79defebb59289fd82 /INSTALL.in | |
parent | e56a209077b493fa67c09a21cbee950c98b94015 (diff) | |
download | gtk+-61e9f570d9222647d555e0138733440588e8faea.tar.gz |
INSTALL.in: Automate the versions of the dependencies
Diffstat (limited to 'INSTALL.in')
-rw-r--r-- | INSTALL.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.in b/INSTALL.in index baf00d8fba..8dde81fd7a 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -5,7 +5,9 @@ GTK+ requires the following packages: - The GLib, Pango, GdkPixbuf, ATK and cairo libraries, available at the same location as GTK+. GTK+ @GTK_VERSION@ requires at least - GLib 2.23.6, Pango 1.20, GdkPixbuf 2.21.0 ATK 1.29.2 and cairo 1.6.0. + GLib @GLIB_REQUIRED_VERSION@, Pango @PANGO_REQUIRED_VERSION@, + GdkPixbuf @GDK_PIXBUF_REQUIRED_VERSION@, ATK @ATK_REQUIRED_VERSION@ + and cairo @CAIRO_REQUIRED_VERSION@. - gobject-introspection 0.6.7 or newer. |