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

    r6d6005b0 r6af00bd  
    128128meson setup --prefix=/usr       \
    129129            --buildtype=release \
    130             -Dgtk_doc=false     \
     130            -D gtk_doc=false    \
    131131            ..                  &amp;&amp;
    132132ninja</userinput></screen>
     
    139139<screen role='nodump'><userinput>sed "s/api_version_major/'&libsecret-version;'/"            \
    140140    -i ../docs/reference/libsecret/meson.build &amp;&amp;
    141 meson configure -Dgtk_doc=true                 &amp;&amp;
     141meson configure -D gtk_doc=true                &amp;&amp;
    142142ninja</userinput></screen>
    143143
     
    161161
    162162    <para>
    163       <parameter>-Dgtk_doc=false</parameter>: &gi-doc-disable;
    164     </para>
    165 
    166     <para>
    167       <option>-Dmanpage=false</option>: Use this switch if you
     163      <parameter>-D gtk_doc=false</parameter>: &gi-doc-disable;
     164    </para>
     165
     166    <para>
     167      <option>-D manpage=false</option>: Use this switch if you
    168168      have not installed <xref linkend="libxslt"/> and DocBook
    169169      packages.
     
    171171
    172172    <para>
    173       <option>-Dcrypto=gnutls</option>: Use this switch if you want to use
     173      <option>-D crypto=gnutls</option>: Use this switch if you want to use
    174174      <xref linkend="gnutls" role="nodep"/> for cryptography instead of
    175175      <xref linkend="libgcrypt" role="nodep"/>.
     
    177177
    178178    <para>
    179       <option>-Dcrypto=disabled</option>: Use this switch if you don't have
     179      <option>-D crypto=disabled</option>: Use this switch if you don't have
    180180      <xref linkend="gnutls" role="nodep"/> or
    181181      <xref linkend="libgcrypt" role="nodep"/> installed. Note that disabling
Note: See TracChangeset for help on using the changeset viewer.