Changeset 1555d3d
- Timestamp:
- 11/30/2011 01:59:55 PM (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:
- b9b1a372
- Parents:
- 7b34d49
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/xulrunner.xml
r7b34d49 r1555d3d 67 67 <bridgehead renderas="sect4">Required</bridgehead> 68 68 <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/>, 69 <ulink url="http://yasm.tortall.net/">Yasm</ulink> (or 70 <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, which 71 requires Yasm), <xref linkend="libidl"/> and <xref linkend="zip"/></para> 69 <xref linkend="libidl"/> and <xref linkend="zip"/></para> 72 70 73 71 <para>Note: <application>libjpeg</application> and … … 78 76 <option>--with-system-png</option> options from the 79 77 <filename>mozconfig</filename> file created below.</para> 78 79 <bridgehead renderas="sect4">Recommended</bridgehead> 80 <para role="recommended"><ulink url="http://yasm.tortall.net/">Yasm</ulink> 81 or <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, which 82 requires <application>Yasm</application>.</para> 80 83 81 84 <bridgehead renderas="sect4">Optional</bridgehead> … … 112 115 # several jobs at once, but if you have a single core, delete this line: 113 116 mk_add_options MOZ_MAKE_FLAGS="-j4" 117 118 # If you have installed Yasm delete this option: 119 ac_add_options --disable-webm 114 120 115 121 # If you have installed DBus-Glib delete this option: -
xsoft/graphweb/firefox.xml
r7b34d49 r1555d3d 62 62 63 63 <bridgehead renderas="sect4">Required</bridgehead> 64 <para role="required"><xref linkend="alsa-lib"/>, 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> 64 <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/>, 65 <xref linkend="libidl"/> and <xref linkend="zip"/></para> 68 66 69 67 <para>Note: <application>libjpeg</application> and … … 74 72 <option>--with-system-png</option> options from the 75 73 <filename>mozconfig</filename> file created below.</para> 74 75 <bridgehead renderas="sect4">Recommended</bridgehead> 76 <para role="recommended"><ulink url="http://yasm.tortall.net/">Yasm</ulink> 77 or <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, which 78 requires <application>Yasm</application>.</para> 76 79 77 80 <bridgehead renderas="sect4">Optional</bridgehead> … … 110 113 # several jobs at once, but if you have a single core, delete this line: 111 114 mk_add_options MOZ_MAKE_FLAGS="-j4" 115 116 # If you have installed Yasm delete this option: 117 ac_add_options --disable-webm 112 118 113 119 # If you have installed DBus-Glib delete this option:
Note:
See TracChangeset
for help on using the changeset viewer.