Changeset 00b1e69


Ignore:
Timestamp:
07/12/2024 10:08:06 PM (2 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
0761cfa, a076e64
Parents:
3a0bebf
Message:

gtk3: adjust spacing for meson command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk+3.xml

    r3a0bebf r00b1e69  
    123123meson setup --prefix=/usr           \
    124124            --buildtype=release     \
    125             -Dman=true              \
    126             -Dbroadway_backend=true \
     125            -D man=true              \
     126            -D broadway_backend=true \
    127127            ..                      &amp;&amp;
    128128ninja</userinput></screen>
     
    163163
    164164    <para>
    165       <parameter>-Dbroadway_backend=true</parameter>: This switch enables the
     165      <parameter>-D broadway_backend=true</parameter>: This switch enables the
    166166      HTML5 GTK backend.
    167167    </para>
    168168
    169169    <para>
    170       <parameter>-Dman=true</parameter>: This switch allows generating
     170      <parameter>-D man=true</parameter>: This switch allows generating
    171171      manual pages.
    172172    </para>
    173173
    174174    <para>
    175       <option>-Dgtk_doc=true</option>: This switch enables building
     175      <option>-D gtk_doc=true</option>: This switch enables building
    176176      documentation. It requires <xref linkend="gtk-doc"/>.
    177177    </para>
    178178
    179179    <para>
    180       <option>-Dtracker3=true</option>: This switch enables the search
     180      <option>-D tracker3=true</option>: This switch enables the search
    181181      function based on Tracker 3 in the GTK+-3 file chooser dialog.
    182182      It requires <xref linkend="tracker3"/>.
     
    184184
    185185    <para>
    186       <option>-Dcloudproviders=true</option>: Use this switch if you have
     186      <option>-D cloudproviders=true</option>: Use this switch if you have
    187187      <xref linkend="libcloudproviders" role="nodep"/> installed and wish to
    188188      enable support for cloud providers in a file chooser window.
Note: See TracChangeset for help on using the changeset viewer.