Author: pierre
Date: Tue Nov 15 05:49:28 2016
New Revision: 17959

Log:
Fix another LXQt dependency

Modified:
   trunk/BOOK/lxqt/apps/pavucontrol-qt.xml

Modified: trunk/BOOK/lxqt/apps/pavucontrol-qt.xml
==============================================================================
--- trunk/BOOK/lxqt/apps/pavucontrol-qt.xml     Tue Nov 15 02:00:49 2016        
(r17958)
+++ trunk/BOOK/lxqt/apps/pavucontrol-qt.xml     Tue Nov 15 05:49:28 2016        
(r17959)
@@ -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 @@
 
 cmake -DCMAKE_BUILD_TYPE=Release  \
       -DCMAKE_INSTALL_PREFIX=/usr \
+      -DPULL_TRANSLATIONS=no      \
       ..       &amp;&amp;
 make</userinput></screen>
 
@@ -118,6 +126,17 @@
 
   </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>
 
-- 
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