Author: fernando
Date: Tue Jan 14 09:22:27 2014
New Revision: 12574
Log:
Use system Harfbuzz when building Qt5. Patch from Armin K. Thanks.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/qt5.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 14 08:32:40
2014 (r12573)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jan 14 09:22:27
2014 (r12574)
@@ -47,6 +47,11 @@
<para>January 14th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Use system Harfbuzz when building Qt5. Patch from
+ Armin K. Thanks. Fixes
+ <ulink url="&blfs-ticket-root;4564">#4564</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to sudo-1.8.9p3. Fixes
<ulink url="&blfs-ticket-root;4559">#4559</ulink>.</para>
</listitem>
Modified: trunk/BOOK/x/lib/qt5.xml
==============================================================================
--- trunk/BOOK/x/lib/qt5.xml Tue Jan 14 08:32:40 2014 (r12573)
+++ trunk/BOOK/x/lib/qt5.xml Tue Jan 14 09:22:27 2014 (r12574)
@@ -97,6 +97,7 @@
<xref linkend="dbus"/>,
<xref linkend="glib2"/>,
<xref linkend="gst-plugins-base"/>,
+ <xref linkend="harfbuzz"/>,
<xref linkend="icu"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libmng"/>,
@@ -236,6 +237,7 @@
-opensource \
-dbus-linked \
-openssl-linked \
+ -system-harfbuzz \
-system-sqlite \
-no-nis \
-nomake examples \
@@ -319,8 +321,8 @@
-opensource \
-dbus-linked \
-openssl-linked \
+ -system-harfbuzz \
-system-sqlite \
- -plugin-sql-sqlite \
-no-nis \
-nomake examples \
-opengl es2 \
@@ -404,6 +406,13 @@
</para>
<para>
+ <parameter>-system-harfbuzz</parameter>: This switch enables use
+ of the system version of <application>Harfbuzz</application>
+ which fixes some font rendering issues in
+ <application>Qt5</application> applications.
+ </para>
+
+ <para>
<parameter>-system-sqlite</parameter>: This switch enables use
of the system version of <application>SQLite</application>.
</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page