Author: andy
Date: 2011-12-07 18:03:49 -0700 (Wed, 07 Dec 2011)
New Revision: 9083

Modified:
   trunk/BOOK/xsoft/other/pidgin.xml
Log:
Disabled some more options in pidgin for a more minimal
list of required dependencies

Modified: trunk/BOOK/xsoft/other/pidgin.xml
===================================================================
--- trunk/BOOK/xsoft/other/pidgin.xml   2011-12-07 22:28:56 UTC (rev 9082)
+++ trunk/BOOK/xsoft/other/pidgin.xml   2011-12-08 01:03:49 UTC (rev 9083)
@@ -73,10 +73,10 @@
     <para role="optional"><xref linkend="gnutls"/> or
     <xref linkend="nss"/></para>
 
-    <para>SSL support is required for the MSN Messenger and Google Talk
-    protocol plugins. <application>GnuTLS</application> is the preferred method
-    (the Mozilla nss API is more likely to change and this can cause
-    problems).</para>
+    <para>SSL support is required for the MSN Messenger, Yahoo!, Novel
+    Groupwise and Google Talk protocol plugins.
+    <application>GnuTLS</application> is the preferred method (the Mozilla nss
+    API is more likely to change and this can cause problems).</para>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="xscreensaver"/>,
@@ -113,8 +113,10 @@
     <para>Compile <application>Pidgin</application> by running the following
     commands:</para>
 
-<screen><userinput>LIBS=&quot;-lm -lX11&quot; ./configure --prefix=/usr 
--disable-screensaver --disable-idn \
-  --disable-meanwhile --disable-avahi --disable-nm --disable-tcl --disable-vv \
+<screen><userinput>LIBS=&quot;-lm -lX11&quot; ./configure --prefix=/usr 
--disable-screensaver \
+  --disable-meanwhile --disable-avahi --disable-nm --disable-tcl \
+  --disable-nss --disable-gnutls --disable-idn --disable-vv \
+  --disable-gtkspell --disable-gstreamer --disable-dbus \
   --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas &amp;&amp;
 make</userinput></screen>
 
@@ -158,11 +160,9 @@
     affect the build or installation of the package.</para>
 
     <para><option>--disable-screensaver</option>: Remove this option if
-    you&apos;ve installed <application>libXscrnsaver</application>.</para>
+    you installed <application>libXscrnsaver</application> before you installed
+    <application>libXext</application>.</para>
 
-    <para><option>--disable-idn</option>: Remove this option if you&apos;ve
-    installed <xref linkend="libidn"/>.</para>
-
     <para><option>--disable-meanwhile</option>: Remove this option if
     you&apos;ve installed
     <ulink url="http://meanwhile.sourceforge.net/";>Meanwhile</ulink>.</para>
@@ -178,11 +178,29 @@
     <para><option>--disable-tcl</option>: Remove this option if you&apos;ve
     installed <xref linkend="tcl"/>.</para>
 
-    <para><option>--disable-vv</option>: Disable video and voice. Remove this
+    <para><option>--disable-nss</option> <option>--disable-gnutls</option>:
+    Remove these options if you&apos;ve installed
+    <xref linkend="gnutls"/>.</para>
+
+    <para><option>--disable-idn</option>: Remove this option if you&apos;ve
+    installed <xref linkend="libidn"/>.</para>
+
+    <para><option>--disable-vv</option>: Video and voice. Remove this
     option if you&apos;ve installed <ulink
-    
url="http://www.freedesktop.org/software/farstream/releases/farsight2/";>Farsight2</ulink>.</para>
+    
url="http://www.freedesktop.org/software/farstream/releases/farsight2/";>Farsight2</ulink>.
+    </para>
 
-    <para><option>--disable-gtkui</option>: use this option if you&apos;ve not
+    <para><option>--disable-gtkspell</option>: Spellchecking. Remove this
+    option if you&apos;ve installed
+    <ulink url="http://gtkspell.sourceforge.net/";>Gtkspell</ulink>.</para>
+
+    <para><option>--disable-gstreamer</option>: Sounds. Remove this option if
+    you&apos;ve installed <xref linkend="gstreamer"/>.</para>
+
+    <para><option>--disable-dbus</option>: Remove this option if you&apos;ve
+    installed <xref linkend="dbus"/>.</para>
+
+    <para><option>--disable-gtkui</option>: Use this option if you&apos;ve not
     installed <xref linkend="gtk2"/> and you just want the
     <application>Ncurses</application> based <command>finch</command>
     program.</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to