List -I/opt/gtk/include not -I /opt/gtk/include.
Fri Mar 8 15:14:32 2002 Owen Taylor <otaylor@redhat.com> * gtk/building.sgml: List -I/opt/gtk/include not -I /opt/gtk/include. * gtk/building.sgml: Add a gloss for XIM.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
Fri Mar 8 15:14:32 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/building.sgml: List -I/opt/gtk/include not
|
||||
-I /opt/gtk/include.
|
||||
|
||||
* gtk/building.sgml: Add a gloss for XIM.
|
||||
|
||||
2002-03-07 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk-pixbuf/tmpl/animation.sgml, gdk-pixbuf/tmpl/gdk-pixbuf.sgml,
|
||||
|
@ -98,7 +98,7 @@ How to compile GTK+ itself
|
||||
these variables as:
|
||||
</para>
|
||||
<programlisting>
|
||||
CPPFLAGS="-I /opt/gtk/include"
|
||||
CPPFLAGS="-I/opt/gtk/include"
|
||||
LDFLAGS="-L/opt/gtk/lib"
|
||||
PKG_CONFIG_PATH="/opt/gtk/lib/pkgconfig"
|
||||
export CPPFLAGS LDFLAGS PKG_CONFIG_PATH
|
||||
@ -431,8 +431,8 @@ How to compile GTK+ itself
|
||||
|
||||
<para>
|
||||
These options can be used to control whether GTK+ will
|
||||
be compiled with support for XIM.
|
||||
The default is yes.
|
||||
be compiled with support for XIM. (The X Input Method
|
||||
extension, used for Japanese input.) The default is yes.
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
|
Reference in New Issue
Block a user