Xulrunner requires Yasm

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9038 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Andrew Benton 2011-11-30 10:57:19 +00:00
parent e144d87e5e
commit 7b34d4961e

View File

@ -66,7 +66,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/>,
<xref linkend="libidl"/> and <xref linkend="zip"/></para>
<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
@ -110,12 +112,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 not installed nss delete these two lines:
ac_add_options --with-system-nspr
ac_add_options --with-system-nss