Ignore:
Timestamp:
06/28/2024 01:33:39 PM (3 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
e406e16
Parents:
5d72c9f
Message:

Clean up harfbuzz build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r5d72c9f r1c097048  
    121121      --prefix=/usr        \
    122122      --buildtype=release  \
    123       -D cpp_std=c++17     \
    124123      -D graphite2=enabled &amp;&amp;
    125124ninja</userinput></screen>
     
    141140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    142141      href="../../xincludes/meson-buildtype-release.xml"/>
    143 
     142<!--
    144143    <para>
    145144      <parameter>-Dcpp_std=c++17</parameter>: This switch ensures compiling
     
    150149      installed, but does no harm anyway.
    151150    </para>
    152 
     151-->
    153152    <para>
    154153      <parameter>-Dgraphite2=enabled</parameter>: This switch enables
     
    157156      with system harfbuzz.
    158157    </para>
    159 <!--
    160     <para>
    161       <parameter>-Dbenchmark=disabled</parameter>: This switch disables
    162       downloading and building the <application>google-benchmark</application>
    163       subproject, which requires <xref linkend="git"/>, and is of no
    164       use for non developers.
    165     </para>
    166 -->
     158
    167159    <para>
    168160      <option>-Ddocs=disabled</option>: If <xref linkend="gtk-doc"/> is
Note: See TracChangeset for help on using the changeset viewer.