Changeset e144d87
- Timestamp:
- 11/30/2011 10:45:20 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7b34d49
- Parents:
- c84d97ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/firefox.xml
rc84d97ad re144d87 63 63 <bridgehead renderas="sect4">Required</bridgehead> 64 64 <para role="required"><xref linkend="alsa-lib"/>, 65 <xref linkend="gtk2"/>, 66 <xref linkend="libidl"/> and67 <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> 68 68 69 69 <para>Note: <application>libjpeg</application> and … … 80 80 <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, 81 81 <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"/>, 89 88 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing 90 89 the jemalloc code) and <xref linkend="wget"/></para> … … 112 111 mk_add_options MOZ_MAKE_FLAGS="-j4" 113 112 114 # If you have installed DBus-Glib you candelete this option:113 # If you have installed DBus-Glib delete this option: 115 114 ac_add_options --disable-dbus 116 115 117 # If you have installed wireless-tools you candelete this option:116 # If you have installed wireless-tools delete this option: 118 117 ac_add_options --disable-necko-wifi 118 119 # If you have installed libnotify delete this option: 120 ac_add_options --disable-libnotify 119 121 120 122 # If you have installed nss and nspr uncomment these two lines:
Note:
See TracChangeset
for help on using the changeset viewer.