Ignore:
Timestamp:
08/26/2014 01:22:00 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
7aca1ba
Parents:
e66245d
Message:

Check entire GNOME section, retire libgnomekbd.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/applications/gnome-system-monitor.xml

    re66245d ra5a8a71  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    104104    </para>
    105105
    106 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     106<screen><userinput>./configure --prefix=/usr    \
     107            --enable-systemd \
     108            --disable-static &amp;&amp;
    107109make</userinput></screen>
    108110
     
    121123  <sect2 role="commands">
    122124    <title>Command Explanations</title>
     125
     126    <para>
     127      <parameter>--enable-systemd</parameter>: This switch ensures that
     128      <application>systemd</application> is being used for managing
     129      system processes.
     130    </para>
    123131
    124132    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.