Author: andy
Date: 2011-11-30 06:59:55 -0700 (Wed, 30 Nov 2011)
New Revision: 9039

Modified:
   trunk/BOOK/x/lib/xulrunner.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Yasm is a recommended dependency for Firefox and Xulrunner

Modified: trunk/BOOK/x/lib/xulrunner.xml
===================================================================
--- trunk/BOOK/x/lib/xulrunner.xml      2011-11-30 10:57:19 UTC (rev 9038)
+++ trunk/BOOK/x/lib/xulrunner.xml      2011-11-30 13:59:55 UTC (rev 9039)
@@ -66,9 +66,7 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required"><xref linkend="alsa-lib"/>, <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>
+    <xref linkend="libidl"/> and <xref linkend="zip"/></para>
 
     <para>Note: <application>libjpeg</application> and
     <application>libpng</application> (patched for apng support) should have
@@ -78,6 +76,11 @@
     <option>--with-system-png</option> options from the
     <filename>mozconfig</filename> file created below.</para>
 
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended"><ulink url="http://yasm.tortall.net/";>Yasm</ulink>
+    or <ulink url="http://www.webmproject.org/code/";>libvpx</ulink>, which
+    requires <application>Yasm</application>.</para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="dbus-glib"/>,
     <xref linkend="startup-notification"/>, <xref linkend="sqlite"/>,
@@ -112,6 +115,9 @@
 # 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 Yasm delete this option:
+ac_add_options --disable-webm
+
 # If you have installed DBus-Glib delete this option:
 ac_add_options --disable-dbus
 

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       2011-11-30 10:57:19 UTC (rev 
9038)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       2011-11-30 13:59:55 UTC (rev 
9039)
@@ -61,10 +61,8 @@
     <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
-    <para role="required"><xref linkend="alsa-lib"/>,
-    <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 role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/>,
+    <xref linkend="libidl"/> and <xref linkend="zip"/></para>
 
     <para>Note: <application>libjpeg</application> and
     <application>libpng</application> (patched for apng support) should have
@@ -74,6 +72,11 @@
     <option>--with-system-png</option> options from the
     <filename>mozconfig</filename> file created below.</para>
 
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended"><ulink url="http://yasm.tortall.net/";>Yasm</ulink>
+    or <ulink url="http://www.webmproject.org/code/";>libvpx</ulink>, which
+    requires <application>Yasm</application>.</para>
+
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional"><xref linkend="dbus-glib"/>,
     <xref linkend="startup-notification"/>, <xref linkend="sqlite"/>,
@@ -110,6 +113,9 @@
 # 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 Yasm delete this option:
+ac_add_options --disable-webm
+
 # If you have installed DBus-Glib delete this option:
 ac_add_options --disable-dbus
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to