Author: pierre
Date: Sat Jan  2 12:38:24 2021
New Revision: 24058

Log:
Add an option to remove the need for git in harfbuzz

Modified:
   trunk/BOOK/general/graphlib/harfbuzz.xml

Modified: trunk/BOOK/general/graphlib/harfbuzz.xml
==============================================================================
--- trunk/BOOK/general/graphlib/harfbuzz.xml    Sat Jan  2 12:05:58 2021        
(r24057)
+++ trunk/BOOK/general/graphlib/harfbuzz.xml    Sat Jan  2 12:38:24 2021        
(r24058)
@@ -9,8 +9,8 @@
   <!ENTITY harfbuzz-download-ftp  " ">
   <!ENTITY harfbuzz-md5sum        "6d8393e6fb84edfb15997d1c5ba35b1b">
   <!ENTITY harfbuzz-size          "9.1 MB">
-  <!ENTITY harfbuzz-buildsize     "240 MB (add 6 MB for tests)">
-  <!ENTITY harfbuzz-time          "0.4 SBU (Using parallelism=4; add 0.2 SBU 
for tests)">
+  <!ENTITY harfbuzz-buildsize     "229 MB (add 6 MB for tests)">
+  <!ENTITY harfbuzz-time          "0.3 SBU (Using parallelism=4; add 0.2 SBU 
for tests)">
 ]>
 
 <sect1 id="harfbuzz" xreflabel="HarfBuzz-&harfbuzz-version;">
@@ -123,7 +123,7 @@
 <screen><userinput>mkdir build &amp;&amp;
 cd    build &amp;&amp;
 
-meson --prefix=/usr -Dgraphite=enabled &amp;&amp;
+meson --prefix=/usr -Dgraphite=enabled -Dbenchmark=disabled &amp;&amp;
 ninja</userinput></screen>
 
     <para>
@@ -155,14 +155,15 @@
     </para>
 
     <para>
-      <option>-Ddocs=false</option>: If <xref linkend="gtk-doc"/> is installed,
-      the documentation is built and installed. This switch prevents that.
+      <parameter>-Dbenchmark=disabled</parameter>: This switch disables
+      downloading and building the <application>google-benchmark</application>
+      subproject, which requires <xref linkend="git"/>, and is of no
+      use for non developpers.
     </para>
 
     <para>
-      <option>-Dbenchmark=disabled</option>: Use this switch to disable the
-      benchmarks from running during the test suite. This option is required if
-      <xref linkend="git" role="nodep"/> is not installed on your system.
+      <option>-Ddocs=false</option>: If <xref linkend="gtk-doc"/> is installed,
+      the documentation is built and installed. This switch prevents that.
     </para>
 
   </sect2>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to