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/accountsservice.xml

    r34baef5 r7c83169b  
    139139cd    build &amp;&amp;
    140140
     141meson setup ..             \
     142      --prefix=/usr        \
     143      --buildtype=release  \
     144      -D admin_group=adm   \
     145      -D elogind=true      \
     146      -D systemdsystemunitdir=no</userinput></screen>
     147
     148<screen revision="systemd"><userinput>mkdir build &amp;&amp;
     149cd    build &amp;&amp;
     150
    141151meson setup ..            \
    142152      --prefix=/usr       \
    143153      --buildtype=release \
    144       -Dadmin_group=adm   \
    145       -Delogind=true      \
    146       -Dsystemdsystemunitdir=no</userinput></screen>
    147 
    148 <screen revision="systemd"><userinput>mkdir build &amp;&amp;
    149 cd    build &amp;&amp;
    150 
    151 meson setup ..            \
    152       --prefix=/usr       \
    153       --buildtype=release \
    154       -Dadmin_group=adm</userinput></screen>
     154      -D admin_group=adm</userinput></screen>
    155155
    156156    <!-- We have to do this after meson setup because mocklibc is extracted
     
    191191
    192192    <para>
    193       <parameter>-Dadmin_group=adm</parameter>: This switch sets
     193      <parameter>-D admin_group=adm</parameter>: This switch sets
    194194      the group for administrator accounts.
    195195    </para>
    196196
    197197    <para>
    198       <option>-Ddocbook=true</option>: This switch enables building
     198      <option>-D docbook=true</option>: This switch enables building
    199199      the D-Bus interface API documentation (needs <xref linkend="xmlto"/>).
    200200    </para>
    201201
    202202    <para>
    203       <option>-Dgtk_doc=true</option>: This switch enables building
     203      <option>-D gtk_doc=true</option>: This switch enables building
    204204      the libaccountsservice API documentation (needs
    205205      <xref linkend="gtk-doc"/>).
     
    207207
    208208    <para>
    209       <option>-Dvapi=false</option>: This switch disables building
     209      <option>-D vapi=false</option>: This switch disables building
    210210      the vala bindings. Use it if you have not installed
    211211      <xref linkend="vala"/>.
Note: See TracChangeset for help on using the changeset viewer.