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
  • multimedia/libdriv/pulseaudio.xml

    rb528d0f4 r576b3dd  
    9898    <para role="optional">
    9999      <xref linkend="avahi"/>,
    100       <xref linkend="bluez"/> (runtime),
     100      <xref linkend="bluez"/>,
    101101      <xref linkend="check"/>,
    102102      <phrase revision="sysv"><xref linkend="consolekit"/> (runtime),</phrase>
     
    134134            --localstatedir=/var \
    135135            --disable-bluez4     \
     136            --disable-bluez5     \
    136137            --disable-rpath      &amp;&amp;
    137138make</userinput></screen>
     
    167168      of <application>BlueZ</application> version 5 since the latter
    168169      also installs compatibility library for the earlier version.
     170    </para>
     171
     172    <para>
     173      <parameter>--disable-bluez5</parameter>: This switch prevents
     174      a runtime error if <xref linkend="dbus"/> and <xref linkend="sbc"/>
     175      are both installed but <xref linkend="bluez"/> is not installed.
     176      Remove this if you have installed all three packages.
    169177    </para>
    170178
Note: See TracChangeset for help on using the changeset viewer.