Changeset d5c964ce for xsoft


Ignore:
Timestamp:
01/09/2011 02:32:02 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
e49ffb5
Parents:
be069c2a
Message:

Minor tweaks and fixes to the Xulrunner/Firefox instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rbe069c2a rd5c964ce  
    102102    <para role="required"><xref linkend="alsa-lib"/>,
    103103    <xref linkend="gtk2"/>,
    104     <xref linkend="libidl"/>
    105     <xref linkend="pango"/>
     104    <xref linkend="libidl"/>,
     105    <xref linkend="pango"/>,
    106106    <xref linkend="python"/>, and
    107107    <xref linkend="zip"/></para>
     
    117117    <xref linkend="doxygen"/>,
    118118    <xref linkend="curl"/> (only for crash-reporter),
    119     <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
    120     (for gnome integration),
     119    <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for gnome integration),
    121120    <xref linkend="libnotify"/>,
    122121    <xref linkend="libpng"/> (patched for apng support),
    123     <xref linkend="nspr"/>,
    124     <xref linkend="nss"/>,
    125     <xref linkend="startup-notification"/>.
     122    <xref linkend="nss"/> (recommended if you build any other Mozilla.org packages),
     123    <xref linkend="startup-notification"/>,
    126124    <xref linkend="sqlite"/>,
    127125    <xref linkend="unzip"/>,
    128126    <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
    129     <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing the
    130     jemalloc code), and
     127    <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing the jemalloc code), and
    131128    <xref linkend="wget"/></para>
    132129
     
    236233
    237234# Comment this if you have Gnome-VFS and libgnomeui, and wish to
    238 # integrate Firefox into your gnome desktop
     235# integrate Firefox into your Gnome desktop
    239236ac_add_options --disable-gnomevfs
    240237
     
    265262# Firefox name embedded in them. Due to license restrictions, you
    266263# may not distribute binaries created using this option.  It also
    267 # means you get a popup EULA when you first run firefox.
     264# means you get a popup EULA when you first run Firefox.
    268265ac_add_options --enable-official-branding
    269266
     
    282279#ac_add_options --enable-xinerama
    283280
    284 # This option identifies the default binary directory of the Xulrunner
    285 # installation and is used to locate Xulrunner's installed files. This
     281# This option identifies the default binary directory of the Firefox
     282# installation and is used to locate Firefox's installed files. This
    286283# option is is only used for development purposes.
    287284#ac_add_options --with-default-mozilla-five-home=/usr/lib/firefox-&firefox-version;
Note: See TracChangeset for help on using the changeset viewer.