Changeset ddd5a70 for general/genlib


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/genlib/glib2.xml

    r06a9f57 rddd5a70  
    163163
    164164    </warning>
    165    
     165
     166<!-- Hopefully shouldn't be needed when gtk-doc 1.33 is released -->
     167    <para>
     168      Prevent the build system from downloading a develoment version of
     169      <xref linkend="gtk-doc"/>:
     170    </para>
     171
     172<screen><userinput>sed -i 's/1\.32\.1/1.32/' docs/reference/meson.build</userinput></screen>
     173     
    166174    <para>
    167175      Install <application>GLib</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.