Ignore:
Timestamp:
10/24/24 16:12:51 (4 hours ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
80c562b
Parents:
3d5afeab (diff), 206a253d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-online-accounts.xml

    r3d5afeab r9a8f13b  
    8686    <bridgehead renderas="sect4">Optional</bridgehead>
    8787    <para role="optional">
    88       <xref linkend="gtk-doc"/>,
     88      <xref linkend="gi-docgen"/>,
    8989      <xref linkend="mitkrb"/>, and
    9090      <xref linkend="valgrind"/>
     
    125125      --prefix=/usr                                    \
    126126      --buildtype=release                              \
     127      -D documentation=false                           \
    127128      -D kerberos=false                                \
    128129      -D google_client_secret=5ntt6GbbkjnTVXx-MSxbmx5e \
     
    132133
    133134    <para>
     135      If you've installed <xref linkend='gi-docgen'/> and you wish to
     136      build and install the API documentation of this package, issue:
     137    </para>
     138
     139<screen remap='doc'><userinput>meson configure -D documentation=true &amp;&amp;
     140sed "s/project_name()/&amp; + '-' + meson.project_version()/" \
     141    -i ../doc/meson.build &amp;&amp;
     142ninja</userinput></screen>
     143
     144    <para>
    134145      This package does not come with a test suite.
    135146    </para>
     
    152163      <parameter>-D google_*</parameter>: These switches set the
    153164      BLFS OAuth ID and secret for Google services.
    154     </para>
    155 
    156     <para>
    157       <option>-D gtk_doc=true</option>: Use this switch if you have
    158       <xref linkend="gtk-doc" role="nodep"/> installed and you wish to generate
    159       the API documentation.
    160165    </para>
    161166
Note: See TracChangeset for help on using the changeset viewer.