Changeset e144d87


Ignore:
Timestamp:
11/30/2011 10:45:20 AM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7b34d49
Parents:
c84d97ad
Message:

Firefox requires yasm

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9037 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rc84d97ad re144d87  
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para role="required"><xref linkend="alsa-lib"/>,
    65     <xref linkend="gtk2"/>,
    66     <xref linkend="libidl"/> and
    67     <xref linkend="zip"/></para>
     65    <xref linkend="gtk2"/>, <ulink url="http://yasm.tortall.net/">Yasm</ulink>
     66    (or <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, which
     67    requires Yasm), <xref linkend="libidl"/> and <xref linkend="zip"/></para>
    6868
    6969    <para>Note: <application>libjpeg</application> and
     
    8080    <ulink url="http://www.webmproject.org/code/">libvpx</ulink>,
    8181    <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
    82     <xref linkend="doxygen"/>,
    83     <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for gnome
    84     integration), <xref linkend="libnotify"/>, <xref linkend="nspr"/>,
    85     <xref linkend="nss"/>, <xref linkend="xulrunner"/> (linking against an
    86     installed xulrunner makes Firefox about 32 MB smaller, which is trivial
    87     compared to the size of xulrunner), <xref linkend="unzip"/>,
    88     <xref linkend="wireless_tools"/>,
     82    <xref linkend="doxygen"/>, <xref linkend="gnome-vfs"/> and
     83    <xref linkend="libgnomeui"/> (for gnome integration),
     84    <xref linkend="libnotify"/>, <xref linkend="nspr"/>, <xref linkend="nss"/>,
     85    <xref linkend="xulrunner"/> (linking against an installed xulrunner makes
     86    Firefox about 32 MB smaller, which is trivial compared to the size of
     87    xulrunner), <xref linkend="unzip"/>, <xref linkend="wireless_tools"/>,
    8988    <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
    9089    the jemalloc code) and <xref linkend="wget"/></para>
     
    112111mk_add_options MOZ_MAKE_FLAGS="-j4"
    113112
    114 # If you have installed DBus-Glib you can delete this option:
     113# If you have installed DBus-Glib delete this option:
    115114ac_add_options --disable-dbus
    116115
    117 # If you have installed wireless-tools you can delete this option:
     116# If you have installed wireless-tools delete this option:
    118117ac_add_options --disable-necko-wifi
     118
     119# If you have installed libnotify delete this option:
     120ac_add_options --disable-libnotify
    119121
    120122# If you have installed nss and nspr uncomment these two lines:
Note: See TracChangeset for help on using the changeset viewer.