Author: igor
Date: Tue May 28 05:33:49 2013
New Revision: 11199
Log:
gnash doesn't require GConf
Modified:
trunk/BOOK/xsoft/other/gnash.xml
Modified: trunk/BOOK/xsoft/other/gnash.xml
==============================================================================
--- trunk/BOOK/xsoft/other/gnash.xml Mon May 27 09:58:28 2013 (r11198)
+++ trunk/BOOK/xsoft/other/gnash.xml Tue May 28 05:33:49 2013 (r11199)
@@ -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 @@
gui/Makefile.in utilities/Makefile.in &&
./configure --prefix=/usr --sysconfdir=/etc \
--with-npapi-incl=/usr/include/npapi --enable-media=gst \
- --with-npapi-plugindir=/usr/lib/mozilla/plugins &&
+ --with-npapi-plugindir=/usr/lib/mozilla/plugins \
+ --without-gconf &&
make</userinput></screen>
<para>
@@ -176,6 +177,11 @@
</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.
</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page