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

Finish updated of -D<space>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr4.xml

    r6d6005b0 r6af00bd  
    117117meson setup --prefix=/usr       \
    118118            --buildtype=release \
    119             -Dgtk_doc=false     \
     119            -D gtk_doc=false    \
    120120            ..                  &amp;&amp;
    121121ninja</userinput></screen>
     
    128128<screen remap='doc'><userinput>sed -e "/install_dir/s@,\$@ / 'gcr-&gcr4-version;'&amp;@" \
    129129    -i ../docs/*/meson.build                 &amp;&amp;
    130 meson configure -Dgtk_doc=true               &amp;&amp;
     130meson configure -D gtk_doc=true              &amp;&amp;
    131131ninja</userinput></screen>
    132132
     
    150150
    151151    <para>
    152       <option>-Dgtk4=false</option>: Use this switch if you
     152      <option>-D gtk4=false</option>: Use this switch if you
    153153      haven't installed <xref linkend="gtk4"/>. Note that
    154154      <application>gcr-viewer</application> will not be installed
     
    157157
    158158    <para>
    159       <option>-Dssh_agent=false</option>: Use this switch if you
     159      <option>-D ssh_agent=false</option>: Use this switch if you
    160160      haven't installed <xref linkend="openssh"/>, and wish to disable
    161161      ssh compatibility.
     
    163163
    164164    <para>
    165       <option>-Dgtk_doc=true</option>: &gi-doc-disable;
    166     </para>
    167 
    168     <para>
    169       <option>-Dcrypto=gnutls</option>: Use this switch if you have
     165      <option>-D gtk_doc=true</option>: &gi-doc-disable;
     166    </para>
     167
     168    <para>
     169      <option>-D crypto=gnutls</option>: Use this switch if you have
    170170      <xref linkend="gnutls" role="nodep"/> installed and wish to use it
    171171      instead of <xref linkend="libgcrypt" role="nodep"/>.
Note: See TracChangeset for help on using the changeset viewer.