Ignore:
Timestamp:
09/23/2018 10:39:01 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
c9a326f
Parents:
6c71499
Message:

Perl modules branch: merge revisions 20505 to 20531 from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20532 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/webkitgtk.xml

    r6c71499 r88f20bb  
    77  <!ENTITY webkitgtk-download-http "https://webkitgtk.org/releases/webkitgtk-&webkitgtk-version;.tar.xz">
    88  <!ENTITY webkitgtk-download-ftp  " ">
    9   <!ENTITY webkitgtk-md5sum        "72a05f6a4dc1c78b079590a8fd280401">
     9  <!ENTITY webkitgtk-md5sum        "207d50d313c07b03726f3a7f22643934">
    1010  <!ENTITY webkitgtk-size          "16 MB">
    11   <!ENTITY webkitgtk-buildsize     "963 MB (128 MB installed)">
    12   <!ENTITY webkitgtk-time          "18 SBU (using parallelism=4, 49 SBUs using one core)">
     11  <!ENTITY webkitgtk-buildsize     "788 MB (128 MB installed)">
     12  <!ENTITY webkitgtk-time          "16 SBU (using parallelism=4, 50 SBUs using one core)">
    1313]>
    1414
     
    125125    <application>WebKitGTK+</application></bridgehead>
    126126
    127 <!-- Remove for 8.2 (or 9.0) release -->
    128     <caution>
    129       <para>
    130         You must rebuild <application>Perl</application> with -Dusethreads
    131         if LFS was built without that option. LFS made this change in
    132         April 2017.
    133       </para>
    134     </caution>
    135 
    136 <!--    <para>
    137       First, fix a build issue with an invalid header path.
    138     </para>
    139 
    140 <screen><userinput>sed -i '/Activity.h/s:WebCore/:&amp;platform/:' Source/WebCore/platform/graphics/cairo/BackingStoreBackendCairoImpl.h</userinput></screen>
    141 -->
    142127    <para>
    143128      Install <application>WebKitGTK+</application> by running the
     
    158143      -DENABLE_MINIBROWSER=ON     \
    159144      -DUSE_WOFF2=OFF             \
    160       -Wno-dev .. &amp;&amp;
    161 make</userinput></screen>
     145      -Wno-dev -G Ninja .. &amp;&amp;
     146ninja</userinput></screen>
    162147
    163148    <para>
     
    180165    </para>
    181166
    182 <screen role="root"><userinput>make install &amp;&amp;
     167<screen role="root"><userinput>ninja install &amp;&amp;
    183168
    184169install -vdm755 /usr/share/gtk-doc/html/webkit{2,dom}gtk-4.0 &amp;&amp;
     
    252237          jsc,
    253238          MiniBrowser, and
    254           WebKitWebDriver <!-- New in 2.18.0 -->
     239          WebKitWebDriver
    255240        </seg>
    256241        <seg>
Note: See TracChangeset for help on using the changeset viewer.