Ignore:
Timestamp:
06/07/2016 03:30:40 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
96a04dff
Parents:
a6ccf19
Message:

systemd - colord

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    ra6ccf19 r95381469  
    9494      <xref linkend="libgudev"/>,
    9595      <xref linkend="libgusb"/>,
    96       <xref linkend="polkit"/>, and
     96      <xref linkend="polkit"/>,<phrase revision="sysv"> and</phrase>
     97      <phrase revision="systemd"><xref linkend="systemd"/>, and</phrase>
    9798      <xref linkend="vala"/>
    9899    </para>
     
    135136    </para>
    136137
    137 <screen><userinput>./configure --prefix=/usr                \
     138<screen revision="sysv"><userinput>./configure --prefix=/usr                \
    138139            --sysconfdir=/etc            \
    139140            --localstatedir=/var         \
     
    147148make</userinput></screen>
    148149
     150<screen revision="systemd"><userinput>./configure --prefix=/usr                \
     151            --sysconfdir=/etc            \
     152            --localstatedir=/var         \
     153            --with-daemon-user=colord    \
     154            --enable-vala                \
     155            --disable-argyllcms-sensor   \
     156            --disable-bash-completion    \
     157            --disable-static &amp;&amp;
     158make</userinput></screen>
     159
    149160    <para>
    150161      Now, as the <systemitem class="username">root</systemitem> user:
     
    178189    </para>
    179190
    180     <para>
     191    <para revision="sysv">
    181192      <parameter>--enable-systemd-login=no</parameter>: This parameter fixes
    182193      building without <application>systemd</application>, which is not part
     
    199210      href="../../xincludes/static-libraries.xml"/>
    200211
    201     <para>
     212    <para revision="sysv">
    202213      <parameter>--with-systemdsystemunitdir=no</parameter>: Disables
    203214      attempting to build with systemd libraries.
Note: See TracChangeset for help on using the changeset viewer.