Changeset 576b3dd for x


Ignore:
Timestamp:
03/09/2017 03:12:14 AM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
81b3e7fd
Parents:
b528d0f4
Message:

Fixes for pulseaudio - change the compilation of libICE, add extra switch for pulseaudio, assuming bluez is not present at compile time.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7lib.xml

    rb528d0f4 r576b3dd  
    255255  pushd $packagedir
    256256  case $packagedir in
     257    libICE* )
     258      ./configure $XORG_CONFIG ICE_LIBS=-lpthread
     259    ;;
     260
    257261    libXfont2-[0-9]* )
    258262      ./configure $XORG_CONFIG --disable-devel-docs
     
    284288  <sect2 role="commands">
    285289    <title>Command Explanations</title>
     290
     291    <para><command>./configure $XORG_CONFIG ICE_LIBS=-lpthread</command>:
     292    This fixes a change in glibc which breaks pulseaudio at runtime.</para>
    286293
    287294    <para><command>sed ... src/xftfreetype.c include/X11/Xft/XftCompat.h</command>:
Note: See TracChangeset for help on using the changeset viewer.