Ignore:
Timestamp:
08/15/2024 09:08:49 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
6d6005b0
Parents:
34baef5
Message:

Fix -D<space> for Part III. General Libraries and Utilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/elogind.xml

    r34baef5 r7c83169b  
    142142cd    build &amp;&amp;
    143143
    144 meson setup ..                              \
    145       --prefix=/usr                         \
    146       --buildtype=release                   \
    147       -Dman=auto                            \
    148       -Ddocdir=/usr/share/doc/elogind-&elogind-version; \
    149       -Dcgroup-controller=elogind           \
    150       -Ddev-kvm-mode=0660                   \
    151       -Ddbuspolicydir=/etc/dbus-1/system.d &amp;&amp;
     144meson setup ..                               \
     145      --prefix=/usr                          \
     146      --buildtype=release                    \
     147      -D man=auto                            \
     148      -D docdir=/usr/share/doc/elogind-&elogind-version; \
     149      -D cgroup-controller=elogind           \
     150      -D dev-kvm-mode=0660                   \
     151      -D dbuspolicydir=/etc/dbus-1/system.d &amp;&amp;
    152152ninja</userinput></screen>
    153153
     
    200200    -->
    201201    <para>
    202       <parameter>-Ddocdir=/usr/share/doc/elogind-&elogind-version;</parameter>:
     202      <parameter>-D docdir=/usr/share/doc/elogind-&elogind-version;</parameter>:
    203203      This is needed to install documentation in a versioned directory.
    204204    </para>
    205205
    206206    <para>
    207       <parameter>-Dcgroup-controller=elogind</parameter>: This switch is
     207      <parameter>-D cgroup-controller=elogind</parameter>: This switch is
    208208      necessary to build this package when the kernel is not built with
    209209      <option>CONFIG_CGROUPS</option> enabled.  Note that
     
    214214
    215215    <para>
    216       <parameter>-Ddbuspolicydir=/etc/dbus-1/system.d</parameter>: This switch
     216      <parameter>-D dbuspolicydir=/etc/dbus-1/system.d</parameter>: This switch
    217217      sets the location of the <application>D-Bus</application> policy
    218218      directory.
     
    220220
    221221    <para>
    222       <parameter>-Ddev-kvm-mode=0660</parameter>: The LFS udev rule sets the
     222      <parameter>-D dev-kvm-mode=0660</parameter>: The LFS udev rule sets the
    223223      mode of <filename class='devicefile'>/dev/kvm</filename> to 0660.
    224224      This option ensures the elogind udev rules consistent with the LFS
     
    227227
    228228    <para>
    229       <parameter>-Dman=auto</parameter>: The default value of this switch is
     229      <parameter>-D man=auto</parameter>: The default value of this switch is
    230230      <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis>
    231231      allows building and installing the man pages if the recommended
     
    234234
    235235    <para>
    236       <option>-Dhtml=auto</option>: The default value of this switch is
     236      <option>-D html=auto</option>: The default value of this switch is
    237237      <emphasis>false</emphasis>. Setting it to <emphasis>auto</emphasis>
    238238      allows building and installing the html documentation if the recommended
     
    241241
    242242    <para>
    243       <option>-Ddefault-kill-user-processes=false</option>: Determines whether
     243      <option>-D default-kill-user-processes=false</option>: Determines whether
    244244      the processes of a user should be killed when the user logs out. The
    245245      default is <emphasis>true</emphasis>, but this defeats the traditional
Note: See TracChangeset for help on using the changeset viewer.