Ignore:
Timestamp:
10/21/2013 09:39:03 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c274f90
Parents:
adf6dd9a
Message:

Archive unneeded packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    radf6dd9a rf82ac3f  
    8383    <bridgehead renderas="sect4">Optional</bridgehead>
    8484    <para role="optional">
    85       <xref linkend="cairo"/> and
     85      <xref linkend="cairo"/>,
     86      <xref linkend="gobject-introspection"/>,
     87      <xref linkend="gtk-doc"/>, and
    8688      <ulink url="http://projects.palaso.org/projects/graphitedev/files">Graphite2</ulink>
    8789    </para>
     
    110112    </para>
    111113
    112 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     114<screen><userinput>./configure --prefix=/usr --with-gobject &amp;&amp;
    113115make</userinput></screen>
    114116
     
    128130
    129131    <para>
     132      <parameter>--with-gobject</parameter>: This switch enables building
     133      of the <application>Harfbuzz</application> GObject wrapper. Remove
     134      it if you did not install <application>GLib</application>.
     135    </para>
     136
     137    <para>
    130138      <option>--with-graphite2</option>: This switch enables
    131139      <application>Graphite2</application> support.
    132140    </para>
    133141
     142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     143      href="../../xincludes/gtk-doc-rebuild.xml"/>
     144
    134145  </sect2>
    135146
     
    139150    <segmentedlist>
    140151      <segtitle>Installed Programs</segtitle>
    141       <segtitle>Installed Library</segtitle>
    142       <segtitle>Installed Directory</segtitle>
     152      <segtitle>Installed Libraries</segtitle>
     153      <segtitle>Installed Directories</segtitle>
    143154
    144155      <seglistitem>
    145156        <seg>
    146           hb-ot-shape-closure, hb-shape and hb-view
     157          hb-ot-shape-closure, hb-shape, and hb-view
    147158        </seg>
    148159        <seg>
     
    150161        </seg>
    151162        <seg>
    152           /usr/include/harfbuzz
     163          /usr/include/harfbuzz and
     164          /usr/share/gtk-doc/html/harfbuzz
    153165        </seg>
    154166      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.