Author: pierre
Date: Sat Apr  7 13:11:19 2018
New Revision: 20057

Log:
Fix dependencies and meson switches for gvfs

Modified:
   trunk/BOOK/gnome/platform/gvfs.xml

Modified: trunk/BOOK/gnome/platform/gvfs.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gvfs.xml  Sat Apr  7 13:09:46 2018        (r20056)
+++ trunk/BOOK/gnome/platform/gvfs.xml  Sat Apr  7 13:11:19 2018        (r20057)
@@ -83,6 +83,7 @@
     <para role="recommended" revision="sysv">
       <xref linkend="gcr"/>,
       <xref linkend="gtk3"/>,
+      <xref linkend="libcdio"/>,
       <xref linkend="libgudev"/>,
       <xref linkend="libsecret"/>,
       <xref linkend="libsoup"/>, and
@@ -109,7 +110,6 @@
       <xref linkend="fuse2"/>,
       <xref linkend="gtk-doc"/>,
       <xref linkend="libarchive"/>,
-      <xref linkend="libcdio"/>,
       <xref linkend="libgcrypt"/>,
       <xref linkend="libxml2"/>,
       <xref linkend="libxslt"/>,
@@ -175,6 +175,7 @@
       -Dbluray=false    \
       -Dnfs=false       \
       -Dmtp=false       \
+      -Dsmb=false       \
       -Dtmpfilesdir=no  \
       -Dlogind=false    \
       -Ddnssd=false     \
@@ -194,6 +195,7 @@
       -Dbluray=false    \
       -Dnfs=false       \
       -Dmtp=false       \
+      -Dsmb=false       \
       -Ddnssd=false     \
       -Dgoa=false       \
       -Dgoogle=false    &amp;&amp;
@@ -219,11 +221,23 @@
     <para>
       <parameter>-D&lt;option&gt;=false</parameter>: These switches are
       required if the corresponding optional dependency is not installed.
-      Remove those where you have installed the correspoinding application and
+      Remove those where you have installed the corresponding application and
       wish to use it with <application>Gvfs</application>. The dnssd option 
       requires avahi and both goa/google require GNOME Online Accounts.
     </para>
 
+    <para revision="sysv">
+      <parameter>-Dtmpfilesdir=no -Dsystemduserunitdir=no</parameter>: These
+      switches provide systemd directory locations. Setting them to
+      <quote>no</quote> disables the dependency on systemd and logind.
+    </para>
+
+    <para>
+      <option>-Dcdda=false</option>: This switch is required if libcdio is not
+      installed. The cdda backend is useless on machines without a CDROM/DVD
+      drive.
+    </para>
+
   </sect2>
 
   <sect2 role="content">
-- 
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