mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Add harfbuzz as an optional (circular) dependency of cairo.
A few tags. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21178 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
83349bf001
commit
e641675524
@ -38,7 +38,7 @@
|
||||
It also handles localization (i.e. translation) of the filenames.
|
||||
</para>
|
||||
|
||||
&lfs83_checked;
|
||||
&lfs84_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -33,7 +33,7 @@
|
||||
for reading and writing GIFs as well as programs for converting and
|
||||
working with GIF files.</para>
|
||||
|
||||
&lfs83_checked;
|
||||
&lfs84_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -82,8 +82,8 @@
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make PREFIX=/usr install&&
|
||||
rm -v /usr/lib/libgif.a</userinput></screen>
|
||||
<screen role="root"><userinput>make PREFIX=/usr install &&
|
||||
rm -vf /usr/lib/libgif.a</userinput></screen>
|
||||
|
||||
<para>If <xref linkend="xmlto"/> is installed, then the API documentation
|
||||
has been built. If you wish to install the distributed and the just built
|
||||
|
@ -35,7 +35,7 @@
|
||||
<xref linkend="menu-cache"/>.
|
||||
</para>
|
||||
|
||||
&lfs83_checked;
|
||||
&lfs84_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
for <application>LXDE</application>.
|
||||
</para>
|
||||
|
||||
&lfs83_checked;
|
||||
&lfs84_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -35,7 +35,7 @@
|
||||
manipulation for freedesktop.org defined application menus.
|
||||
</para>
|
||||
|
||||
&lfs83_checked;
|
||||
&lfs84_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
|
@ -104,6 +104,7 @@
|
||||
<xref linkend="gs"/>,
|
||||
<xref linkend="gtk3"/> and <xref linkend="gtk2"/>,
|
||||
<xref linkend="gtk-doc"/>,
|
||||
<xref linkend="harfbuzz"/>,
|
||||
<xref linkend="libdrm"/>,
|
||||
<xref linkend="librsvg"/>,
|
||||
<xref linkend="lzo"/>,
|
||||
@ -117,6 +118,10 @@
|
||||
<ulink url="http://download.qt.io/archive/qt/4.8/">Qt4</ulink>.
|
||||
</para>
|
||||
|
||||
<note><para>There is a circular dependency between cairo and harfbuzz.
|
||||
If cairo is built before harbuzz, it is necessary to rebuild cairo
|
||||
after harfbuzz in order to build pango.</para></note>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/cairo"/>
|
||||
</para>
|
||||
|
Loading…
Reference in New Issue
Block a user