Changeset bb343c9 for gnome/platform


Ignore:
Timestamp:
05/31/2019 05:06:18 PM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7e5e4a84
Parents:
33dc8289
Message:

geocode-glib: override enable-gtk-doc and move gtk-doc to optional

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21643 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/geocode-glib.xml

    r33dc8289 rbb343c9  
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="gtk-doc"/>,
    82       <xref linkend="json-glib"/>, and
     81      <xref linkend="json-glib"/> and
    8382      <xref linkend="libsoup"/>
    8483    </para>
     
    8887      <xref linkend="gobject-introspection"/>
    8988    </para>
    90     <!--
    91     Install phase fails without gtk-doc.
    9289
    9390    <bridgehead renderas="sect4">Optional</bridgehead>
    9491    <para role="optional">
     92      <xref linkend="gtk-doc"/>
    9593    </para>
    96     -->
     94
    9795    <para condition="html" role="usernotes">
    9896      User Notes: <ulink url="&blfs-wiki;/geocode-glib"/>
     
    108106    </para>
    109107
    110     <screen><userinput>mkdir build            &amp;&amp;
    111 cd    build            &amp;&amp;
    112 meson --prefix /usr .. &amp;&amp;
     108    <screen><userinput>mkdir build                                   &amp;&amp;
     109cd    build                                   &amp;&amp;
     110meson --prefix /usr .. -Denable-gtk-doc=false &amp;&amp;
    113111ninja</userinput></screen>
    114112
     
    124122
    125123<screen role="root"><userinput>ninja install</userinput></screen>
     124
     125  </sect2>
     126
     127  <sect2 role="commands">
     128    <title>Command Explanations</title>
     129
     130    <para>
     131      <option>-Denable-gtk-doc=false</option>: Allow this package to be
     132      built without GTK-Doc.  Remove this parameter if GTK-Doc is installed
     133      and you wish to rebuild and install the API documentation.
     134    </para>
    126135
    127136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.