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

    r34baef5 r7c83169b  
    125125cd    build &amp;&amp;
    126126
    127 meson setup ..                  \
    128       --prefix=/usr             \
    129       --buildtype=release       \
    130       -Dgtk-doc=false           \
    131       -Dman=false               \
    132       -Dsystemdsystemunitdir=no \
    133       -Dudevrulesdir=/usr/lib/udev/rules.d &amp;&amp;
     127meson setup ..                   \
     128      --prefix=/usr              \
     129      --buildtype=release        \
     130      -D gtk-doc=false           \
     131      -D man=false               \
     132      -D systemdsystemunitdir=no \
     133      -D udevrulesdir=/usr/lib/udev/rules.d &amp;&amp;
    134134ninja</userinput></screen>
    135135
     
    139139      --prefix=/usr       \
    140140      --buildtype=release \
    141       -Dgtk-doc=false     \
    142       -Dman=false         &amp;&amp;
     141      -D gtk-doc=false    \
     142      -D man=false        &amp;&amp;
    143143ninja</userinput></screen>
    144144
     
    188188
    189189    <para>
    190       <parameter>-Dgtk-doc=false</parameter>: Prevents building the
     190      <parameter>-D gtk-doc=false</parameter>: Prevents building the
    191191      documentation. Remove this if you have <application>GTK-Doc</application>
    192192      installed and wish to build the documentation.
     
    194194
    195195    <para>
    196       <parameter>-Dman=false</parameter>: Prevents building the
     196      <parameter>-D man=false</parameter>: Prevents building the
    197197      manual pages. Remove this if you have <xref linkend='libxslt'/> and
    198198      <xref linkend='docbook-xsl'/> installed and wish to build the manual
     
    201201
    202202    <para revision="sysv">
    203       <parameter>-Dsystemdsystemunitdir=no</parameter>: Removes
     203      <parameter>-D systemdsystemunitdir=no</parameter>: Removes
    204204      the dependency on <application>systemd</application>.
    205205    </para>
    206206
    207207    <para revision="sysv">
    208       <parameter>-Dudevrulesdir=/usr/lib/udev/rules.d</parameter>: Tells
     208      <parameter>-D udevrulesdir=/usr/lib/udev/rules.d</parameter>: Tells
    209209      the build system where to install <application>udev</application>
    210210      rules because the information is missing in
Note: See TracChangeset for help on using the changeset viewer.