Author: andy
Date: 2011-11-30 03:45:20 -0700 (Wed, 30 Nov 2011)
New Revision: 9037
Modified:
trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Firefox requires yasm
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml 2011-11-29 18:31:59 UTC (rev
9036)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml 2011-11-30 10:45:20 UTC (rev
9037)
@@ -62,9 +62,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="alsa-lib"/>,
- <xref linkend="gtk2"/>,
- <xref linkend="libidl"/> and
- <xref linkend="zip"/></para>
+ <xref linkend="gtk2"/>, <ulink url="http://yasm.tortall.net/">Yasm</ulink>
+ (or <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, which
+ requires Yasm), <xref linkend="libidl"/> and <xref linkend="zip"/></para>
<para>Note: <application>libjpeg</application> and
<application>libpng</application> (patched for apng support) should have
@@ -79,13 +79,12 @@
<xref linkend="startup-notification"/>, <xref linkend="sqlite"/>,
<ulink url="http://www.webmproject.org/code/">libvpx</ulink>,
<ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
- <xref linkend="doxygen"/>,
- <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for gnome
- integration), <xref linkend="libnotify"/>, <xref linkend="nspr"/>,
- <xref linkend="nss"/>, <xref linkend="xulrunner"/> (linking against an
- installed xulrunner makes Firefox about 32 MB smaller, which is trivial
- compared to the size of xulrunner), <xref linkend="unzip"/>,
- <xref linkend="wireless_tools"/>,
+ <xref linkend="doxygen"/>, <xref linkend="gnome-vfs"/> and
+ <xref linkend="libgnomeui"/> (for gnome integration),
+ <xref linkend="libnotify"/>, <xref linkend="nspr"/>, <xref linkend="nss"/>,
+ <xref linkend="xulrunner"/> (linking against an installed xulrunner makes
+ Firefox about 32 MB smaller, which is trivial compared to the size of
+ xulrunner), <xref linkend="unzip"/>, <xref linkend="wireless_tools"/>,
<ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
the jemalloc code) and <xref linkend="wget"/></para>
@@ -111,12 +110,15 @@
# several jobs at once, but if you have a single core, delete this line:
mk_add_options MOZ_MAKE_FLAGS="-j4"
-# If you have installed DBus-Glib you can delete this option:
+# If you have installed DBus-Glib delete this option:
ac_add_options --disable-dbus
-# If you have installed wireless-tools you can delete this option:
+# If you have installed wireless-tools delete this option:
ac_add_options --disable-necko-wifi
+# If you have installed libnotify delete this option:
+ac_add_options --disable-libnotify
+
# If you have installed nss and nspr uncomment these two lines:
# ac_add_options --with-system-nspr
# ac_add_options --with-system-nss
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page