Ignore:
Timestamp:
07/17/2024 06:22:38 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
cbfa153
Parents:
712aa3c
Message:

Add spaces after -D for several packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evolution.xml

    r712aa3c r4304a5f  
    134134cd    build &amp;&amp;
    135135
    136 cmake -DCMAKE_INSTALL_PREFIX=/usr \
    137       -DSYSCONF_INSTALL_DIR=/etc  \
    138       -DENABLE_INSTALLED_TESTS=ON \
    139       -DENABLE_PST_IMPORT=OFF     \
    140       -DENABLE_YTNEF=OFF          \
    141       -DENABLE_CONTACT_MAPS=OFF   \
    142       -DENABLE_MARKDOWN=OFF       \
    143       -DENABLE_WEATHER=ON         \
     136cmake -D CMAKE_INSTALL_PREFIX=/usr \
     137      -D SYSCONF_INSTALL_DIR=/etc  \
     138      -D ENABLE_INSTALLED_TESTS=ON \
     139      -D ENABLE_PST_IMPORT=OFF     \
     140      -D ENABLE_YTNEF=OFF          \
     141      -D ENABLE_CONTACT_MAPS=OFF   \
     142      -D ENABLE_MARKDOWN=OFF       \
     143      -D ENABLE_WEATHER=ON         \
    144144      -G Ninja .. &amp;&amp;
    145145ninja</userinput></screen>
     
    161161
    162162    <para>
    163       <parameter>-DENABLE_YTNEF=OFF</parameter>: This switch is used to
     163      <parameter>-D ENABLE_YTNEF=OFF</parameter>: This switch is used to
    164164      disable the yTNEF library usage because
    165165      <application>libytnef</application> is not part of BLFS.
     
    167167
    168168    <para>
    169       <parameter>-DENABLE_PST_IMPORT=OFF</parameter>: This switch is
     169      <parameter>-D ENABLE_PST_IMPORT=OFF</parameter>: This switch is
    170170      used to disable the pst-import plugin because
    171171      <application>libpst</application> is not part of BLFS.
     
    173173
    174174    <para>
    175       <parameter>-DENABLE_CONTACT_MAPS=OFF</parameter>: This switch disables
     175      <parameter>-D ENABLE_CONTACT_MAPS=OFF</parameter>: This switch disables
    176176      building the Contact Maps plugin. Remove this switch if you have installed
    177177      the necessary dependencies and wish to build the Contact Maps plugin.
     
    179179
    180180    <para>
    181       <parameter>-DENABLE_MARKDOWN=OFF</parameter>: This switch allows
     181      <parameter>-D ENABLE_MARKDOWN=OFF</parameter>: This switch allows
    182182      building without
    183183      <ulink url="https://github.com/commonmark/cmark">cmark</ulink>.
     
    187187
    188188    <para>
    189       <parameter>-DENABLE_WEATHER=ON</parameter>: This switch allows
     189      <parameter>-D ENABLE_WEATHER=ON</parameter>: This switch allows
    190190      building against <xref linkend="libgweather"/>.
    191191    </para>
    192192
    193193    <para>
    194       <option>-DWITH_HELP=OFF</option>: This switch disables building the
     194      <option>-D WITH_HELP=OFF</option>: This switch disables building the
    195195      manual of this package.  Use this switch if you have not installed
    196196      <xref linkend='itstool'/>.
     
    198198
    199199    <para>
    200       <option>-DWITH_OPENLDAP=OFF</option>: Use this switch if you
     200      <option>-D WITH_OPENLDAP=OFF</option>: Use this switch if you
    201201      have not installed <xref linkend='openldap'/>.
    202202    </para>
Note: See TracChangeset for help on using the changeset viewer.