Changeset 03b4b3a for general/sysutils


Ignore:
Timestamp:
07/20/2014 01:20:56 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
9495760
Parents:
91e382cd
Message:

Revert some modifications made by Armin. I would appreciate if Armin continued as before, asking for modifications, instead of doing them yourself. Thanks. You have all two systemd branches to play with.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r91e382cd r03b4b3a  
    8484    </para>
    8585
     86    <bridgehead renderas="sect4">Required (for the tests)</bridgehead>
     87    <para role="required">
     88      <xref linkend="valgrind"/>
     89    </para>
     90
    8691    <bridgehead renderas="sect4">Recommended</bridgehead>
    8792    <para role="recommended">
    8893      <xref linkend="libgusb"/>,
    8994      <xref linkend="gobject-introspection"/>,
    90       <xref linkend="polkit"/>
     95      <xref linkend="polkit"/>,
    9196      <xref linkend="udev-extras"/> (for GUdev), and
    9297      <xref linkend="vala"/>
     
    98103      <ulink url="http://www.freedesktop.org/software/colord/releases/">
    99104      colord-gtk</ulink> and <xref linkend="gnome-desktop"/>
    100       (To build the example tools),
     105      (to build the example tools),
    101106      <xref linkend="docbook-utils"/>,
    102107      <xref linkend="gtk-doc"/>,
     
    135140            --with-daemon-user=colord    \
    136141            --enable-vala                \
    137             --disable-systemd-login      \
     142            --enable-systemd-login=no    \
    138143            --disable-bash-completion    \
    139144            --disable-static             \
    140             --without-systemdsystemunitdir &amp;&amp;
     145            --with-systemdsystemunitdir=no &amp;&amp;
    141146make</userinput></screen>
    142147
     
    160165
    161166    <para>
     167      <parameter>--enable-libsystemd-login=no</parameter>: This parameter fixes
     168      building without <application>systemd</application>, which is not part
     169      of LFS/BLFS. If you use <application>systemd</application>,
     170      replace "no" by "yes".
     171    </para>
     172
     173    <para>
    162174      <parameter>--with-daemon-user=colord</parameter>: This
    163175      switch is used so the <command>colord</command> daemon
     
    184196    </para>
    185197
     198    <para>
     199      <option>--with-systemdsystemunitdir=no</option>: Disable
     200      attempting to build with systemd libraries.
     201    </para>
    186202
    187203    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    188204      href="../../xincludes/static-libraries.xml"/>
    189205
    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 
    196206    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    197207      href="../../xincludes/gtk-doc-rebuild.xml"/>
     
    203213
    204214    <para>
    205       <option>--disable-gudev</option>: Use this switch if you don't have
    206       GUdev installed.
     215      <option>--disable-gudev</option>: Use this switch if you don't have GUdev
     216      installed.
    207217    </para>
    208218
Note: See TracChangeset for help on using the changeset viewer.