Changeset 5c14fb68


Ignore:
Timestamp:
01/02/2021 08:38:24 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
04e87c4
Parents:
3940f2f
Message:

Add an option to remove the need for git in harfbuzz

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r3940f2f r5c14fb68  
    1010  <!ENTITY harfbuzz-md5sum        "6d8393e6fb84edfb15997d1c5ba35b1b">
    1111  <!ENTITY harfbuzz-size          "9.1 MB">
    12   <!ENTITY harfbuzz-buildsize     "240 MB (add 6 MB for tests)">
    13   <!ENTITY harfbuzz-time          "0.4 SBU (Using parallelism=4; add 0.2 SBU for tests)">
     12  <!ENTITY harfbuzz-buildsize     "229 MB (add 6 MB for tests)">
     13  <!ENTITY harfbuzz-time          "0.3 SBU (Using parallelism=4; add 0.2 SBU for tests)">
    1414]>
    1515
     
    124124cd    build &amp;&amp;
    125125
    126 meson --prefix=/usr -Dgraphite=enabled &amp;&amp;
     126meson --prefix=/usr -Dgraphite=enabled -Dbenchmark=disabled &amp;&amp;
    127127ninja</userinput></screen>
    128128
     
    156156
    157157    <para>
     158      <parameter>-Dbenchmark=disabled</parameter>: This switch disables
     159      downloading and building the <application>google-benchmark</application>
     160      subproject, which requires <xref linkend="git"/>, and is of no
     161      use for non developpers.
     162    </para>
     163
     164    <para>
    158165      <option>-Ddocs=false</option>: If <xref linkend="gtk-doc"/> is installed,
    159166      the documentation is built and installed. This switch prevents that.
    160     </para>
    161 
    162     <para>
    163       <option>-Dbenchmark=disabled</option>: Use this switch to disable the
    164       benchmarks from running during the test suite. This option is required if
    165       <xref linkend="git" role="nodep"/> is not installed on your system.
    166167    </para>
    167168
Note: See TracChangeset for help on using the changeset viewer.