Ignore:
Timestamp:
07/20/2014 12:26:55 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
47e9f6b0
Parents:
4da2d9f
Message:

Begin merging Christophers work into systemd branch part 3.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13490 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord-systemd.xml

    r4da2d9f r459c449  
    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),
     89      <xref linkend="gobject-introspection"/>,
    9590      <xref linkend="polkit"/>,
    96       <xref linkend="gobject-introspection"/>, and
     91      <xref linkend="systemd"/> (for GUdev and Logind) 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    \
    142137            --disable-bash-completion    \
    143138            --disable-static             \
    144             --with-systemdsystemunitdir=no &amp;&amp;
     139            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    145140make</userinput></screen>
    146141
     
    164159
    165160    <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>
    173161      <parameter>--with-daemon-user=colord</parameter>: This
    174162      switch is used so the <command>colord</command> daemon
     
    189177    </para>
    190178
    191     <para>
    192       <option>--disable-systemd-login</option>: This switch prevents
    193       <command>configure</command> to look for
    194       <application>Systemd</application> libraries.
    195     </para>
    196 
    197     <para>
    198       <option>--with-systemdsystemunitdir=no</option>: Disable
    199       attempting to build with systemd libraries.
    200     </para>
    201 
    202179    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    203180      href="../../xincludes/static-libraries.xml"/>
     
    212189
    213190    <para>
    214       <option>--disable-gudev</option>: Use this switch if you don't have GUdev
    215       installed.
     191      <option>--disable-gudev</option>: Use this switch if you don't have
     192      GUdev installed.
    216193    </para>
    217194
Note: See TracChangeset for help on using the changeset viewer.