Changeset 62431cb3


Ignore:
Timestamp:
12/08/2011 01:03:49 AM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c5e64130
Parents:
dc1cfc46
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/pidgin.xml

    rdc1cfc46 r62431cb3  
    7474    <xref linkend="nss"/></para>
    7575
    76     <para>SSL support is required for the MSN Messenger and Google Talk
    77     protocol plugins. <application>GnuTLS</application> is the preferred method
    78     (the Mozilla nss API is more likely to change and this can cause
    79     problems).</para>
     76    <para>SSL support is required for the MSN Messenger, Yahoo!, Novel
     77    Groupwise and Google Talk protocol plugins.
     78    <application>GnuTLS</application> is the preferred method (the Mozilla nss
     79    API is more likely to change and this can cause problems).</para>
    8080
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
     
    114114    commands:</para>
    115115
    116 <screen><userinput>LIBS=&quot;-lm -lX11&quot; ./configure --prefix=/usr --disable-screensaver --disable-idn \
    117   --disable-meanwhile --disable-avahi --disable-nm --disable-tcl --disable-vv \
     116<screen><userinput>LIBS=&quot;-lm -lX11&quot; ./configure --prefix=/usr --disable-screensaver \
     117  --disable-meanwhile --disable-avahi --disable-nm --disable-tcl \
     118  --disable-nss --disable-gnutls --disable-idn --disable-vv \
     119  --disable-gtkspell --disable-gstreamer --disable-dbus \
    118120  --with-gconf-schema-file-dir=&gnome-etc-dir;/gconf/schemas &amp;&amp;
    119121make</userinput></screen>
     
    159161
    160162    <para><option>--disable-screensaver</option>: Remove this option if
    161     you&apos;ve installed <application>libXscrnsaver</application>.</para>
    162 
    163     <para><option>--disable-idn</option>: Remove this option if you&apos;ve
    164     installed <xref linkend="libidn"/>.</para>
     163    you installed <application>libXscrnsaver</application> before you installed
     164    <application>libXext</application>.</para>
    165165
    166166    <para><option>--disable-meanwhile</option>: Remove this option if
     
    179179    installed <xref linkend="tcl"/>.</para>
    180180
    181     <para><option>--disable-vv</option>: Disable video and voice. Remove this
     181    <para><option>--disable-nss</option> <option>--disable-gnutls</option>:
     182    Remove these options if you&apos;ve installed
     183    <xref linkend="gnutls"/>.</para>
     184
     185    <para><option>--disable-idn</option>: Remove this option if you&apos;ve
     186    installed <xref linkend="libidn"/>.</para>
     187
     188    <para><option>--disable-vv</option>: Video and voice. Remove this
    182189    option if you&apos;ve installed <ulink
    183     url="http://www.freedesktop.org/software/farstream/releases/farsight2/">Farsight2</ulink>.</para>
    184 
    185     <para><option>--disable-gtkui</option>: use this option if you&apos;ve not
     190    url="http://www.freedesktop.org/software/farstream/releases/farsight2/">Farsight2</ulink>.
     191    </para>
     192
     193    <para><option>--disable-gtkspell</option>: Spellchecking. Remove this
     194    option if you&apos;ve installed
     195    <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.</para>
     196
     197    <para><option>--disable-gstreamer</option>: Sounds. Remove this option if
     198    you&apos;ve installed <xref linkend="gstreamer"/>.</para>
     199
     200    <para><option>--disable-dbus</option>: Remove this option if you&apos;ve
     201    installed <xref linkend="dbus"/>.</para>
     202
     203    <para><option>--disable-gtkui</option>: Use this option if you&apos;ve not
    186204    installed <xref linkend="gtk2"/> and you just want the
    187205    <application>Ncurses</application> based <command>finch</command>
Note: See TracChangeset for help on using the changeset viewer.