Author: xry111
Date: Fri May 31 10:06:18 2019
New Revision: 21643

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

Modified:
   trunk/BOOK/gnome/platform/geocode-glib.xml

Modified: trunk/BOOK/gnome/platform/geocode-glib.xml
==============================================================================
--- trunk/BOOK/gnome/platform/geocode-glib.xml  Fri May 31 02:59:15 2019        
(r21642)
+++ trunk/BOOK/gnome/platform/geocode-glib.xml  Fri May 31 10:06:18 2019        
(r21643)
@@ -78,8 +78,7 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="gtk-doc"/>,
-      <xref linkend="json-glib"/>, and
+      <xref linkend="json-glib"/> and
       <xref linkend="libsoup"/>
     </para>
 
@@ -87,13 +86,12 @@
     <para role="recommended">
       <xref linkend="gobject-introspection"/>
     </para>
-    <!--
-    Install phase fails without gtk-doc.
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
+      <xref linkend="gtk-doc"/>
     </para>
-    -->
+
     <para condition="html" role="usernotes">
       User Notes: <ulink url="&blfs-wiki;/geocode-glib"/>
     </para>
@@ -107,9 +105,9 @@
       commands:
     </para>
 
-    <screen><userinput>mkdir build            &amp;&amp;
-cd    build            &amp;&amp;
-meson --prefix /usr .. &amp;&amp;
+    <screen><userinput>mkdir build                                   &amp;&amp;
+cd    build                                   &amp;&amp;
+meson --prefix /usr .. -Denable-gtk-doc=false &amp;&amp;
 ninja</userinput></screen>
 
 
@@ -126,6 +124,17 @@
 
   </sect2>
 
+  <sect2 role="commands">
+    <title>Command Explanations</title>
+
+    <para>
+      <option>-Denable-gtk-doc=false</option>: Allow this package to be
+      built without GTK-Doc.  Remove this parameter if GTK-Doc is installed
+      and you wish to rebuild and install the API documentation.
+    </para>
+
+  </sect2>
+
   <sect2 role="content">
     <title>Contents</title>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to