Fix another LXQt dependency

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17959 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2016-11-15 13:49:28 +00:00
parent 045127f026
commit 728f67fcae

View File

@ -76,7 +76,14 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="liblxqt"/> and
<xref linkend="pulseaudio"/>
<xref linkend="pulseaudio"/>, built with
<xref linkend="glib2"/> support
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="git"/> (to download translation files) or
<xref linkend="lxqt-l10n"/> (to add localization files)
</para>
<para condition="html" role="usernotes">
@ -97,6 +104,7 @@ cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPULL_TRANSLATIONS=no \
.. &amp;&amp;
make</userinput></screen>
@ -118,6 +126,17 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
<xref linkend="git"/>, which would otherwise be requested to download
the translation files.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>