Changeset 0a59df2 for chapter06/dbus.xml


Ignore:
Timestamp:
05/18/2013 01:22:18 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
9baa148
Parents:
d89ca8ec
Message:

Unmerge XML::Parser from Perl page as discussed. Add Libdbus page which installs D-Bus library to satisfy circular dependency between Systemd and D-Bus.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10281 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/dbus.xml

    rd89ca8ec r0a59df2  
    5353            --localstatedir=/var \
    5454            --libexecdir=/usr/lib/dbus-1.0 \
     55            --disable-static \
     56            --enable-systemd \
    5557            --docdir=/usr/share/doc/dbus-&dbus-version; \
    5658            --with-console-auth-dir=/run/console/ \
     
    5961    <variablelist>
    6062      <title>The meaning of the configure options:</title>
     63
     64      <varlistentry>
     65        <term><parameter>--enable-systemd</parameter></term>
     66        <listitem>
     67          <para>This enables support for authentication check using
     68          Systemd Logind.</para>
     69        </listitem>
     70      </varlistentry>
    6171
    6272      <varlistentry>
     
    99109        <seg>dbus-cleanup-sockets, dbus-daemon, dbus-launch, dbus-monitor,
    100110        dbus-send and dbus-uuidgen</seg>
    101         <seg>libdbus-1.{so,a}</seg>
     111        <seg>libdbus-1.so</seg>
    102112        <seg>/etc/dbus-1, /usr/include/dbus-1.0, /usr/lib/dbus-1.0,
    103113        /usr/share/dbus-1, /usr/share/doc/dbus-&dbus-version; and
     
    173183
    174184      <varlistentry id="libdbus">
    175         <term><filename class="libraryfile">libdbus.{so,a}</filename></term>
     185        <term><filename class="libraryfile">libdbus-1.so</filename></term>
    176186        <listitem>
    177187          <para>Contains API functions used to communicate with the D-Bus
Note: See TracChangeset for help on using the changeset viewer.