gtk+ r20243 - in trunk/docs/reference: . gtk



Author: matthiasc
Date: Fri May 30 02:30:19 2008
New Revision: 20243
URL: http://svn.gnome.org/viewvc/gtk+?rev=20243&view=rev

Log:
Updates


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/building.sgml

Modified: trunk/docs/reference/gtk/building.sgml
==============================================================================
--- trunk/docs/reference/gtk/building.sgml	(original)
+++ trunk/docs/reference/gtk/building.sgml	Fri May 30 02:30:19 2008
@@ -170,7 +170,7 @@
 	  The GLib library provides core non-graphical functionality
 	  such as high level data types, Unicode manipulation, and
 	  an object and type system to C programs. It is available
-	  from the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.6/";>GTK+
+	  from the <ulink url="ftp://ftp.gtk.org/pub/glib/";>GTK+
 	  FTP site.</ulink>
 	</para>
       </listitem>
@@ -178,7 +178,7 @@
 	<para>
 	  <ulink url="http://www.pango.org";>Pango</ulink> is a library
 	  for internationalized text handling. It is available from
-	  the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.6/";>GTK+ FTP
+	  the <ulink url="ftp://ftp.gtk.org/pub/pango/";>GTK+ FTP
 	  site.</ulink>. 
 	</para>
       </listitem>
@@ -188,7 +188,7 @@
 	  interfaces allowing accessibility technologies such as
 	  screen readers to interact with a graphical user interface.
 	  It is available from the <ulink
-	  url="ftp://ftp.gtk.org/pub/gtk/v2.6/";>GTK+ FTP site.</ulink>
+	  url="ftp://ftp.gtk.org/pub/atk/";>GTK+ FTP site.</ulink>
 	</para>
       </listitem>
       <listitem>
@@ -310,6 +310,9 @@
 	    <arg>--with-included-loaders==LOADER1,LOADER2,...</arg>
 	  </group>
 	  <group>
+	    <arg>--with-included-immodules=MODULE1,MODULE2,...</arg>
+	  </group>
+	  <group>
 	    <arg>--enable-debug=[no|minimum|yes]</arg>
 	  </group>
           <group>
@@ -340,6 +343,10 @@
 	    <arg>--disable-gtk-doc</arg>
 	    <arg>--enable-gtk-doc</arg>
 	  </group>
+	  <group>
+	    <arg>--disable-cups</arg>
+	    <arg>--enable-cups</arg>
+	  </group>
           <group>
             <arg>--with-xinput=[no|yes]</arg>
           </group>
@@ -378,6 +385,15 @@
       </formalpara>
 
       <formalpara>
+	<title><systemitem>--with-included-immodules</systemitem></title>
+
+	<para>
+         This option allows you to specify which input method modules you
+         want to include. 
+	</para>
+      </formalpara>
+
+      <formalpara>
         <title><systemitem>--enable-debug</systemitem></title>
           
         <para>
@@ -513,6 +529,18 @@
       </formalpara>
 
       <formalpara>
+	<title><systemitem>--disable-cups</systemitem> and
+	  <systemitem>--enable-cups</systemitem></title>
+
+	<para>
+          By default the <command>configure</command> script will try
+          to build the cups print backend if the cups libraries are found.
+          These options can be used to explicitly control whether
+          the cups print backend should be built.
+        </para>
+      </formalparap>
+
+      <formalpara>
         <title><systemitem>--with-xinput</systemitem></title>
         <para>
 	  Controls whether GTK+ is built with support for the XInput



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]