Changeset 1d86421


Ignore:
Timestamp:
01/14/2014 05:22:27 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
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:
f3bbac5
Parents:
a1e0f76
Message:

Use system Harfbuzz when building Qt5. Patch from Armin K. Thanks.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    ra1e0f76 r1d86421  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Use system Harfbuzz when building Qt5. Patch from
     51          Armin K. Thanks. Fixes
     52          <ulink url="&blfs-ticket-root;4564">#4564</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5055          <para>[fernando] - Update to sudo-1.8.9p3. Fixes
    5156          <ulink url="&blfs-ticket-root;4559">#4559</ulink>.</para>
  • x/lib/qt5.xml

    ra1e0f76 r1d86421  
    9898      <xref linkend="glib2"/>,
    9999      <xref linkend="gst-plugins-base"/>,
     100      <xref linkend="harfbuzz"/>,
    100101      <xref linkend="icu"/>,
    101102      <xref linkend="libjpeg"/>,
     
    237238            -dbus-linked       \
    238239            -openssl-linked    \
     240            -system-harfbuzz   \
    239241            -system-sqlite     \
    240242            -no-nis            \
     
    320322            -dbus-linked         \
    321323            -openssl-linked      \
     324            -system-harfbuzz     \
    322325            -system-sqlite       \
    323             -plugin-sql-sqlite   \
    324326            -no-nis              \
    325327            -nomake examples     \
     
    402404      in the source tarball. Remove it if you want to build
    403405      them.
     406    </para>
     407
     408    <para>
     409      <parameter>-system-harfbuzz</parameter>: This switch enables use
     410      of the system version of <application>Harfbuzz</application>
     411      which fixes some font rendering issues in
     412      <application>Qt5</application> applications.
    404413    </para>
    405414
Note: See TracChangeset for help on using the changeset viewer.