Changeset f21106a for general/genlib/libportal.xml
- Timestamp:
- 05/01/2021 07:56:40 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a5ea2e29
- Parents:
- 4fd61738
- git-author:
- Xi Ruoyao <xry111@…> (05/01/2021 07:40:40 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (05/01/2021 07:56:40 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libportal.xml
r4fd61738 rf21106a 75 75 <bridgehead renderas="sect4">Required</bridgehead> 76 76 <para role="required"> 77 <xref linkend="glib2"/> and 77 <xref linkend="glib2"/> 78 </para> 79 80 <bridgehead renderas="sect4">Optional</bridgehead> 81 <para role="optional"> 78 82 <xref linkend="gtk-doc"/> 79 83 </para> 84 80 85 81 86 <para condition="html" role="usernotes"> … … 95 100 cd build && 96 101 97 meson --prefix=/usr .. &&102 meson --prefix=/usr -Dgtk_doc=false .. && 98 103 ninja</userinput></screen> 99 104 … … 109 114 </sect2> 110 115 116 <sect2 role="commands"> 117 <title>Command Explanations</title> 118 119 <para> 120 <parameter>-Dgtk_doc=false</parameter>: Remove this parameter if 121 <application>GTK-Doc</application> is installed and you wish to rebuild 122 and install the API documentation. 123 </para> 124 125 </sect2> 111 126 <sect2 role="content"> 112 127 <title>Contents</title>
Note:
See TracChangeset
for help on using the changeset viewer.