Author: pierre
Date: Sun Feb 19 11:02:40 2017
New Revision: 18358
Log:
Fix breeze-icons build without KF5
Modified:
trunk/BOOK/x/icons/breeze-icons.xml
Modified: trunk/BOOK/x/icons/breeze-icons.xml
==============================================================================
--- trunk/BOOK/x/icons/breeze-icons.xml Sun Feb 19 11:02:29 2017 (r18357)
+++ trunk/BOOK/x/icons/breeze-icons.xml Sun Feb 19 11:02:40 2017 (r18358)
@@ -80,6 +80,11 @@
<xref linkend="qt5"/>
</para>
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="kf5-frameworks"/>
+ </para>
+
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/breeze-icons"/>
</para>
@@ -96,7 +101,9 @@
<screen><userinput>mkdir build &&
cd build &&
-cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..</userinput></screen>
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=OFF \
+ -Wno-dev ..</userinput></screen>
<para>
This package does not come with a test suite.
@@ -110,6 +117,16 @@
</sect2>
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <parameter>-DBUILD_TESTING=OFF</parameter>: This parameter disables
+ building the testing framework, which requires some modules from
+ <xref linkend="kf5-frameworks"/>.
+ </para>
+ </sect2>
+
<sect2 role="content">
<title>Contents</title>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page