mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
b20bb41739
commit
5602b190cb
@ -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 &&
|
||||
./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>
|
||||
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user