update sawfish instructions and optional packages as reported on blfs-dev

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3267 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2005-01-12 15:19:09 +00:00
parent 7ae9a903e4
commit d992ab5642

View File

@ -48,9 +48,6 @@ url="&sawfish-download-ftp;"/></para></listitem>
<xref linkend="esound"/> and <xref linkend="esound"/> and
<xref linkend="gtk2"/></para> <xref linkend="gtk2"/></para>
</sect4> </sect4>
<sect4><title>Optional</title>
<para><xref linkend="libglade"/></para></sect4>
</sect3> </sect3>
</sect2> </sect2>
@ -62,7 +59,7 @@ url="&sawfish-download-ftp;"/></para></listitem>
commands:</para> commands:</para>
<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \ <screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \
--with-gnome-prefix=/opt/gnome-&gnome-version; &amp;&amp; --disable-themer &amp;&amp;
make &amp;&amp; make &amp;&amp;
make install</command></userinput></screen> make install</command></userinput></screen>
@ -79,9 +76,9 @@ for sound manipulation.</para>
<para><option>--with-esd</option>: This command directs <application> <para><option>--with-esd</option>: This command directs <application>
sawfish</application> to use the Enlightened Sound Daemon.</para> sawfish</application> to use the Enlightened Sound Daemon.</para>
<para><option>--with-gnome-prefix=/opt/gnome-&gnome-version;</option>: This <para><option>--disable-themer</option>: This
command directs <application>sawfish</application> to option prevents building the <application>sawfish</application> themer.
<application><acronym>GNOME</acronym></application>'s directory.</para> This program was not migrated to <application>GTK-2</application>.</para>
</sect2> </sect2>