diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-03-26 09:17:57 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-03-26 09:26:46 -0400 |
commit | 65bb4b6dbe390e0c1d02bbe2fb4ccd11fc401893 (patch) | |
tree | 030510acb1584082a3113e5c3234939cb978c8e9 /INSTALL.in | |
parent | 6124d0cfeeb4a6a28ea8ccb332c8b1a72a8b663d (diff) | |
download | gtk+-65bb4b6dbe390e0c1d02bbe2fb4ccd11fc401893.tar.gz |
Some updates to the installation instructions
Mention X11 build requirements (since XInput2 is something of
an actual requirement, as opposed to 'newer than R5').
Diffstat (limited to 'INSTALL.in')
-rw-r--r-- | INSTALL.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.in b/INSTALL.in index 4b59bcefd2..c18b995838 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -9,6 +9,10 @@ GTK+ requires the following packages: GdkPixbuf @GDK_PIXBUF_REQUIRED_VERSION@, ATK @ATK_REQUIRED_VERSION@ and cairo @CAIRO_REQUIRED_VERSION@. + - Each GDK backend has its own backend-specific requirements. For + the X11 backend, X11 R6 and XInput version 2 (as well as a number + of other extensions) are required. + - gobject-introspection @INTROSPECTION_REQUIRED_VERSION@ or newer. Simple install procedure |