Changeset 5ac36d0 for general/genutils


Ignore:
Timestamp:
10/26/2017 05:30:30 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
02447df
Parents:
e5c8de01
Message:

Move GtkHTML to genutils, and fix build error with newer enchant.

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

Location:
general/genutils
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general/genutils/genutils.xml

    re5c8de01 r5ac36d0  
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="graphviz.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-doc.xml"/>
     33
     34  <!-- systemd only -->
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkhtml.xml"/>
     36
    3337  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hd2u.xml"/>
    3438
  • general/genutils/gtkhtml.xml

    re5c8de01 r5ac36d0  
    100100
    101101    <para>
     102      Fix a build issue with <xref linkend="enchant"/>:
     103    </para>
     104
     105<screen><userinput>sed 's@pwl@session@' -i components/editor/gtkhtml-spell-checker.c</userinput></screen>
     106
     107    <para>
    102108      Install <application>GtkHTML</application> by running the following
    103109      commands:
Note: See TracChangeset for help on using the changeset viewer.