Changeset 91e382cd


Ignore:
Timestamp:
07/20/2014 12:21:51 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, 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:
03b4b3a
Parents:
f7ddfa0e
Message:

Fixes to colord.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    rf7ddfa0e r91e382cd  
    8484    </para>
    8585
    86     <bridgehead renderas="sect4">Required (for the tests)</bridgehead>
    87     <para role="required">
    88       <xref linkend="valgrind"/>
    89     </para>
    90 
    9186    <bridgehead renderas="sect4">Recommended</bridgehead>
    9287    <para role="recommended">
    9388      <xref linkend="libgusb"/>,
    94       <xref linkend="udev-extras"/> (for GUdev),
    95       <xref linkend="polkit"/>,
    96       <xref linkend="gobject-introspection"/>, and
     89      <xref linkend="gobject-introspection"/>,
     90      <xref linkend="polkit"/>
     91      <xref linkend="udev-extras"/> (for GUdev), and
    9792      <xref linkend="vala"/>
    9893    </para>
     
    106101      <xref linkend="docbook-utils"/>,
    107102      <xref linkend="gtk-doc"/>,
    108       <xref linkend="libxslt"/> and
    109       <xref linkend="sane"/>
     103      <xref linkend="libxslt"/>,
     104      <xref linkend="sane"/>, and
     105      <xref linkend="valgrind"/> (required for the tests)
    110106    </para>
    111107
     
    139135            --with-daemon-user=colord    \
    140136            --enable-vala                \
    141             --enable-systemd-login=no    \
     137            --disable-systemd-login      \
    142138            --disable-bash-completion    \
    143139            --disable-static             \
    144             --with-systemdsystemunitdir=no &amp;&amp;
     140            --without-systemdsystemunitdir &amp;&amp;
    145141make</userinput></screen>
    146142
     
    164160
    165161    <para>
    166       <parameter>--enable-libsystemd-login=no</parameter>: This parameter fixes
    167       building without <application>systemd</application>, which is not part
    168       of LFS/BLFS. If you use <application>systemd</application>,
    169       replace "no" by "yes".
    170     </para>
    171 
    172     <para>
    173162      <parameter>--with-daemon-user=colord</parameter>: This
    174163      switch is used so the <command>colord</command> daemon
     
    195184    </para>
    196185
    197     <para>
    198       <option>--with-systemdsystemunitdir=no</option>: Disable
    199       attempting to build with systemd libraries.
    200     </para>
    201186
    202187    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    203188      href="../../xincludes/static-libraries.xml"/>
    204189
     190    <para>
     191      <option>--without-systemdsystemunitdir</option>: This switch
     192      prevents the build system from installing the
     193      <application>systemd</application> units..
     194    </para>
     195
    205196    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    206197      href="../../xincludes/gtk-doc-rebuild.xml"/>
     
    212203
    213204    <para>
    214       <option>--disable-gudev</option>: Use this switch if you don't have GUdev
    215       installed.
     205      <option>--disable-gudev</option>: Use this switch if you don't have
     206      GUdev installed.
    216207    </para>
    217208
Note: See TracChangeset for help on using the changeset viewer.