Ignore:
Timestamp:
09/20/2020 09:15:42 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
204252e
Parents:
06a9f57
Message:

Patch gtk-doc and glib2 to prevent glib2 from downloading a develoment
version of gtk-doc when building the docs

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/gtk-doc.xml

    r06a9f57 rddd5a70  
    7373        <para>
    7474          Estimated build time: &gtk-doc-time;
     75        </para>
     76      </listitem>
     77    </itemizedlist>
     78
     79    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     80    <itemizedlist spacing="compact">
     81      <listitem>
     82        <para>
     83          Required patch to allow building <xref linkend="glib2"/>
     84          documentation:
     85          <ulink url="&patch-root;/gtk-doc-&gtk-doc-version;-glib2_fixes-1.patch"/>
    7586        </para>
    7687      </listitem>
     
    119130  <sect2 role="installation">
    120131    <title>Installation of GTK-Doc</title>
     132
     133    <para>
     134      Apply a fix for building Glib2 documentation:
     135    </para>
     136
     137<screen><userinput>patch -Np1 -i ../gtk-doc-&gtk-doc-version;-glib2_fixes-1.patch</userinput></screen>
    121138
    122139    <para>
Note: See TracChangeset for help on using the changeset viewer.