Changeset 60c5a5d for general


Ignore:
Timestamp:
07/14/2014 02:37:07 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
7585458
Parents:
fc0589b
Message:

Added gnome-intro page and added that the build is assumed to be done on a systemd system. Removed reference to systemd not being
supported on platform page Removed reference to systmed users not needing to install
libcap as it is already covered on the intro Converted colord page to
use systemd

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    rfc0589b r60c5a5d  
    139139            --with-daemon-user=colord    \
    140140            --enable-vala                \
    141             --enable-systemd-login=no    \
     141            --enable-systemd-login=yes   \
    142142            --disable-bash-completion    \
    143143            --disable-static             \
    144             --with-systemdsystemunitdir=no &amp;&amp;
     144            --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    145145make</userinput></screen>
    146146
     
    164164
    165165    <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>
    173166      <parameter>--with-daemon-user=colord</parameter>: This
    174167      switch is used so the <command>colord</command> daemon
     
    189182    </para>
    190183
    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 
    202184    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    203185      href="../../xincludes/static-libraries.xml"/>
     
    209191      <option>--disable-gusb</option>: Use this switch if you don't have
    210192      <application>libgusb</application> installed.
    211     </para>
    212 
    213     <para>
    214       <option>--disable-gudev</option>: Use this switch if you don't have GUdev
    215       installed.
    216193    </para>
    217194
     
    228205    version of the FHS used before LFS-7.5.</para>
    229206
    230     <sect3 role="commands">
    231     <title>Systemd Unit File</title>
    232     <note>
    233     <para>
    234      This package will link against systemd libraries to utilize logind support,
    235      but it is disabled by default. Remove the "--disable-systemd-login"
    236      switch from the configure line.
    237     </para>
    238     </note> 
    239  </sect3>
    240207 </sect2>
    241208
Note: See TracChangeset for help on using the changeset viewer.