gnash doesn't require GConf

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11199 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-05-28 12:33:49 +00:00
parent b20bb41739
commit 5602b190cb

View File

@ -91,8 +91,7 @@
<xref linkend="boost"/>,
<!-- <xref linkend="ffmpeg"/> or -->
<xref linkend="gst-ffmpeg"/>,
<xref linkend="firefox"/> or <xref linkend="seamonkey"/>,
<xref linkend="GConf"/> and
<xref linkend="firefox"/> or <xref linkend="seamonkey"/> and
<xref linkend="giflib"/>.
</para>
@ -100,6 +99,7 @@
<para role="optional">
<xref linkend="curl"/>,
<xref linkend="dejagnu"/>,
<xref linkend="GConf"/>,
<xref linkend="git"/>,
<xref linkend="libogg"/>,
<xref linkend="libvorbis"/>,
@ -133,7 +133,8 @@ sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \
gui/Makefile.in utilities/Makefile.in &amp;&amp;
./configure --prefix=/usr --sysconfdir=/etc \
--with-npapi-incl=/usr/include/npapi --enable-media=gst \
--with-npapi-plugindir=/usr/lib/mozilla/plugins &amp;&amp;
--with-npapi-plugindir=/usr/lib/mozilla/plugins \
--without-gconf &amp;&amp;
make</userinput></screen>
<para>
@ -175,6 +176,11 @@ make install-plugin</userinput></screen>
/usr/lib/mozilla/plugins.
</para>
<para>
<option>--without-gconf</option>: Omit this switch if you have GConf
installed and wish gnash to use it.
</para>
<para>
<command>make install-plugin</command>: This command installs the Mozilla
browser plugin.