mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Disabled some more options in pidgin for a more minimal
list of required dependencies git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9083 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
dc1cfc4699
commit
62431cb337
@ -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="-lm -lX11" ./configure --prefix=/usr --disable-screensaver --disable-idn \
|
||||
--disable-meanwhile --disable-avahi --disable-nm --disable-tcl --disable-vv \
|
||||
<screen><userinput>LIBS="-lm -lX11" ./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 &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -158,10 +160,8 @@ cp doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
|
||||
affect the build or installation of the package.</para>
|
||||
|
||||
<para><option>--disable-screensaver</option>: Remove this option if
|
||||
you've installed <application>libXscrnsaver</application>.</para>
|
||||
|
||||
<para><option>--disable-idn</option>: Remove this option if you've
|
||||
installed <xref linkend="libidn"/>.</para>
|
||||
you installed <application>libXscrnsaver</application> before you installed
|
||||
<application>libXext</application>.</para>
|
||||
|
||||
<para><option>--disable-meanwhile</option>: Remove this option if
|
||||
you've installed
|
||||
@ -178,11 +178,29 @@ cp doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
|
||||
<para><option>--disable-tcl</option>: Remove this option if you've
|
||||
installed <xref linkend="tcl"/>.</para>
|
||||
|
||||
<para><option>--disable-vv</option>: Disable video and voice. Remove this
|
||||
option if you've installed <ulink
|
||||
url="http://www.freedesktop.org/software/farstream/releases/farsight2/">Farsight2</ulink>.</para>
|
||||
<para><option>--disable-nss</option> <option>--disable-gnutls</option>:
|
||||
Remove these options if you've installed
|
||||
<xref linkend="gnutls"/>.</para>
|
||||
|
||||
<para><option>--disable-gtkui</option>: use this option if you've not
|
||||
<para><option>--disable-idn</option>: Remove this option if you've
|
||||
installed <xref linkend="libidn"/>.</para>
|
||||
|
||||
<para><option>--disable-vv</option>: Video and voice. Remove this
|
||||
option if you've installed <ulink
|
||||
url="http://www.freedesktop.org/software/farstream/releases/farsight2/">Farsight2</ulink>.
|
||||
</para>
|
||||
|
||||
<para><option>--disable-gtkspell</option>: Spellchecking. Remove this
|
||||
option if you've installed
|
||||
<ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.</para>
|
||||
|
||||
<para><option>--disable-gstreamer</option>: Sounds. Remove this option if
|
||||
you've installed <xref linkend="gstreamer"/>.</para>
|
||||
|
||||
<para><option>--disable-dbus</option>: Remove this option if you've
|
||||
installed <xref linkend="dbus"/>.</para>
|
||||
|
||||
<para><option>--disable-gtkui</option>: Use this option if you've not
|
||||
installed <xref linkend="gtk2"/> and you just want the
|
||||
<application>Ncurses</application> based <command>finch</command>
|
||||
program.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user