Changeset 47e6b60


Ignore:
Timestamp:
01/27/2015 05:44:09 AM (9 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.7, 7.8, 7.9, 8.0, 8.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, nosym, 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:
17f36b0
Parents:
52716821
Message:

Fix a build issue in Qt5 when pulseaudio is present.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r52716821 r47e6b60  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[bdubbs] - Fix a build issue in Qt5 when pulseaudio
     52          is present.  Fixes
     53          <ulink url="&blfs-ticket-root;6028">#6028</ulink>.</para>
     54        </listitem>
     55        <listitem>
    5156          <para>[bdubbs] - Update to whois-5.2.4.  Fixes
    5257          <ulink url="&blfs-ticket-root;6077">#6077</ulink>.</para>
  • x/lib/qt5.xml

    r52716821 r47e6b60  
    1515  <!ENTITY qt5-size          "279 MB">
    1616  <!ENTITY qt5-buildsize     "6.9 GB (266 MB installed)">
    17   <!ENTITY qt5-time          "138 SBU">
     17  <!ENTITY qt5-time          "27 SBU (parallelism=4, without Qt Web Engine), 138 SBU (parallelism=1, with Qt Web Engine)">
    1818]>
    1919
     
    192192            -system-sqlite     \
    193193            -no-nis            \
     194            -skip qtwebengine  \
    194195            -nomake examples   \
    195196            -optimized-qmake   &amp;&amp;
     
    248249            -no-nis              \
    249250            -nomake examples     \
     251            -skip qtwebengine    \
    250252            -optimized-qmake     &amp;&amp;
    251253make</userinput></screen>
     
    421423      <application>Qt5</application> libraries instead of
    422424      <command>dlopen()</command>-ing them.
     425    </para>
     426
     427    <para>
     428      <parameter>-skip qtwebengine</parameter>: This switch disables
     429      building the Qt Web Engine.  It is not presently used by
     430      any applications.  If this option is removed, fix a build
     431      problem with:
     432
     433<screen><userinput>sed -i '$ a !contains(QT_CONFIG, pulseaudio): GYP_CONFIG += use_pulseaudio=0' \
     434       qtwebengine/src/core/config/desktop_linux.pri</userinput></screen>
    423435    </para>
    424436
Note: See TracChangeset for help on using the changeset viewer.