Ignore:
Timestamp:
06/08/2019 06:33:33 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
f914d6b
Parents:
cbf7be5
Message:

Merge to HEAD 21661.

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

File:
1 edited

Legend:

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

    rcbf7be5 rfb7ec07  
    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.