Changeset bb343c9
- Timestamp:
- 05/31/2019 05:06:18 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7e5e4a84
- Parents:
- 33dc8289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/geocode-glib.xml
r33dc8289 rbb343c9 79 79 <bridgehead renderas="sect4">Required</bridgehead> 80 80 <para role="required"> 81 <xref linkend="gtk-doc"/>, 82 <xref linkend="json-glib"/>, and 81 <xref linkend="json-glib"/> and 83 82 <xref linkend="libsoup"/> 84 83 </para> … … 88 87 <xref linkend="gobject-introspection"/> 89 88 </para> 90 <!--91 Install phase fails without gtk-doc.92 89 93 90 <bridgehead renderas="sect4">Optional</bridgehead> 94 91 <para role="optional"> 92 <xref linkend="gtk-doc"/> 95 93 </para> 96 --> 94 97 95 <para condition="html" role="usernotes"> 98 96 User Notes: <ulink url="&blfs-wiki;/geocode-glib"/> … … 108 106 </para> 109 107 110 <screen><userinput>mkdir build &&111 cd build &&112 meson --prefix /usr .. &&108 <screen><userinput>mkdir build && 109 cd build && 110 meson --prefix /usr .. -Denable-gtk-doc=false && 113 111 ninja</userinput></screen> 114 112 … … 124 122 125 123 <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> 126 135 127 136 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.