Changeset 9287960


Ignore:
Timestamp:
04/07/2018 08:11:19 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1dd1887
Parents:
e4c74ff5
Message:

Fix dependencies and meson switches for gvfs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20057 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gvfs.xml

    re4c74ff5 r9287960  
    8484      <xref linkend="gcr"/>,
    8585      <xref linkend="gtk3"/>,
     86      <xref linkend="libcdio"/>,
    8687      <xref linkend="libgudev"/>,
    8788      <xref linkend="libsecret"/>,
     
    110111      <xref linkend="gtk-doc"/>,
    111112      <xref linkend="libarchive"/>,
    112       <xref linkend="libcdio"/>,
    113113      <xref linkend="libgcrypt"/>,
    114114      <xref linkend="libxml2"/>,
     
    176176      -Dnfs=false       \
    177177      -Dmtp=false       \
     178      -Dsmb=false       \
    178179      -Dtmpfilesdir=no  \
    179180      -Dlogind=false    \
     
    195196      -Dnfs=false       \
    196197      -Dmtp=false       \
     198      -Dsmb=false       \
    197199      -Ddnssd=false     \
    198200      -Dgoa=false       \
     
    220222      <parameter>-D&lt;option&gt;=false</parameter>: These switches are
    221223      required if the corresponding optional dependency is not installed.
    222       Remove those where you have installed the correspoinding application and
     224      Remove those where you have installed the corresponding application and
    223225      wish to use it with <application>Gvfs</application>. The dnssd option
    224226      requires avahi and both goa/google require GNOME Online Accounts.
     227    </para>
     228
     229    <para revision="sysv">
     230      <parameter>-Dtmpfilesdir=no -Dsystemduserunitdir=no</parameter>: These
     231      switches provide systemd directory locations. Setting them to
     232      <quote>no</quote> disables the dependency on systemd and logind.
     233    </para>
     234
     235    <para>
     236      <option>-Dcdda=false</option>: This switch is required if libcdio is not
     237      installed. The cdda backend is useless on machines without a CDROM/DVD
     238      drive.
    225239    </para>
    226240
Note: See TracChangeset for help on using the changeset viewer.