diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-17 19:19:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-17 19:19:09 +0000 |
commit | eced7172800dd6a5ec5cd5dfca15c4eb80e4b915 (patch) | |
tree | e55bdef263bc1b01d8d9cdf59161094ba4c7685b /INSTALL.in | |
parent | ca2a67b4c6fbed8d99559ab68326f866bb472a89 (diff) | |
download | gdk-pixbuf-eced7172800dd6a5ec5cd5dfca15c4eb80e4b915.tar.gz |
Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
Tue Apr 17 13:47:12 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
* gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
names to compatibility #defines so docs work.
* gtk/gtkenums.h: Remove GtkMenuFactoryType
* gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
* configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
* tests/testgtkrc: No magenta cursors, please.
* README.in INSTALL.in HACKING README.cvs-commits: Updated.
* gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
Diffstat (limited to 'INSTALL.in')
-rw-r--r-- | INSTALL.in | 26 |
1 files changed, 6 insertions, 20 deletions
diff --git a/INSTALL.in b/INSTALL.in index e5027bd2a..adba883ae 100644 --- a/INSTALL.in +++ b/INSTALL.in @@ -58,11 +58,15 @@ for the XInput extension (mainly used for graphics tablets), and which form of support to use: no : no support - gxi : Use generic XInput support xfree : Use special features in the Wacom drivers in XFree86 3.3.1 and later. + gxi : Use generic XInput support (not recommended) -For more information, follow the link from http://www.gtk.org +The XInput support is not known to work with any other XServer than +XFree86. For more information about XInput, see: + + http://www.gtk.org/~otaylor/xinput/howto/index.html + http://www.lepied.com/xfree86/ * --disable-nls do not use Native Language Support @@ -132,24 +136,6 @@ NLS manually to get GTK+ to compile. You can do this by specifying the --disable-nls flag when configuring GTK+. -Using an uninstalled copy of GLIB [ Unsupported ] -================================================= - -You can compile GTK+ against a copy of GLIB that you have not -yet installed. To do this, give the --with-glib=DIR options -to ./configure. For instance: - - ./configure --with-glib=../glib-@GTK_VERSION@ - -This, however, will not work if you built GLIB with different -source and build directories. - -It is recommended that you install GLIB before compiling -GTK+. The --with-glib option is not regularly tested -and may not function correctly. In addition, -inter-library dependencies won't be generated when -using --with-glib=. - Installation directories ======================== |