Changeset ae39488


Ignore:
Timestamp:
09/15/2019 07:50:44 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5bb4e20
Parents:
0cf3733
Message:

Fix build of QtWebEngine with pulseaudio-5.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qtwebengine.xml

    r0cf3733 rae39488  
    168168<screen><userinput remap="pre">patch -Np1 -i ../qtwebengine-&qtwebengine-version;-background_rendering_fix-1.patch</userinput></screen>
    169169-->   
     170
     171    <para>
     172      Next, allow the pulseaudio library to be linked at build time, instead
     173      of run time. This also prevents an issue with newer pulseaudio:
     174    </para>
     175
     176<screen><userinput>sed -e '/link_pulseaudio/s/false/true/' \
     177    -i src/3rdparty/chromium/media/media_options.gni</userinput></screen>
     178
    170179    <para>
    171180      If an older version of the package's main library has been installed,
Note: See TracChangeset for help on using the changeset viewer.