Changeset 3bbe37d


Ignore:
Timestamp:
09/10/2013 04:49:53 PM (11 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
1858c8a
Parents:
e6a3602
Message:

xulrunner and seamonkey: option to build with system cairo

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/xulrunner.xml

    re6a3602 r3bbe37d  
    7373          Estimated build time: &xulrunner-time;
    7474        </para>
     75      </listitem>
     76    </itemizedlist>
     77
     78    <bridgehead renderas="sect3">Additional Download</bridgehead>
     79    <itemizedlist spacing='compact'>
     80      <listitem>
     81        <para>Optional patch: <ulink
     82        url="&patch-root;/firefox-&firefox-version;-system_cairo-1.patch"/></para>
    7583      </listitem>
    7684    </itemizedlist>
     
    158166#ac_add_options --enable-startup-notification
    159167
     168# Uncomment this line if you compiled Cairo with --enable-tee switch and want
     169# to use it instead of the bundled one:
     170#ac_add_options --enable-system-cairo
     171
    160172# If you have not installed Yasm then uncomment this line:
    161173#ac_add_options --disable-webm
     
    206218
    207219    <para>
     220      If you are building against a system-installed <application>Cairo</application>
     221      apply the patch:
     222    </para>
     223
     224<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_cairo-1.patch</userinput></screen>
     225
     226        <para>
    208227      Build <application>Xulrunner</application> by issuing the following
    209228      commands:
  • xsoft/graphweb/seamonkey.xml

    re6a3602 r3bbe37d  
    8080          Estimated build time: &seamonkey-time;
    8181        </para>
     82      </listitem>
     83    </itemizedlist>
     84
     85    <bridgehead renderas="sect3">Additional Download</bridgehead>
     86    <itemizedlist spacing='compact'>
     87      <listitem>
     88        <para>Optional patch: <ulink
     89        url="&patch-root;/seamonkey-&seamonkey-version;-system_cairo-1.patch"/></para>
    8290      </listitem>
    8391    </itemizedlist>
     
    158166# If you have installed libnotify delete this option:
    159167ac_add_options --disable-libnotify
     168
     169# Uncomment this line if you compiled Cairo with --enable-tee switch and want
     170# to use it instead of the bundled one:
     171#ac_add_options --enable-system-cairo
    160172
    161173# Uncomment these if you have installed them:
     
    187199
    188200    <para>
     201      If you are building against a system-installed <application>Cairo</application>
     202      apply the patch:
     203    </para>
     204
     205<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-system_cairo-1.patch</userinput></screen>
     206
     207
     208    <para>
    189209      Compile <application>SeaMonkey</application> by running the following
    190210      command:
Note: See TracChangeset for help on using the changeset viewer.