PulseAudio - reinstate updated switch re bluez, dbus, sbc.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23963 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2020-12-07 22:42:17 +00:00
parent 034643ff25
commit 70e413933d
2 changed files with 8 additions and 6 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>December 7th, 2020</para>
<itemizedlist>
<listitem>
<para>[ken] - Allow pulseaudio-14 to build without BlueZ5 and SBC. Fixes
<ulink url="&blfs-ticket-root;14352">#14352</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to feh-3.6.1. Fixes
<ulink url="&blfs-ticket-root;14349">#14349</ulink>.</para>

View File

@ -146,7 +146,7 @@ make</userinput></screen>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr -Ddatabase=gdbm &amp;&amp;
meson --prefix=/usr -Ddatabase=gdbm -Dbluez5=false &amp;&amp;
ninja</userinput></screen>
<para>
@ -173,25 +173,23 @@ ninja</userinput></screen>
<screen role="root"><userinput>rm -fv /etc/dbus-1/system.d/pulseaudio-system.conf</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>- -disable-bluez5</parameter>: This switch prevents
<parameter>-Dbluez5=false</parameter>: This switch prevents
a runtime error if <xref linkend="dbus"/> and <xref linkend="sbc"/>
are both installed but <xref linkend="bluez"/> is not installed.
Remove this if you have installed all three packages.
</para>
<!--
<para>
<parameter>- -disable-rpath</parameter>: This switch prevents
linker from adding a hardcoded runtime path to the installed
programs and libraries.
</para>
</para>-->
</sect2>
-->
<sect2 role="configuration">
<title>Configuring PulseAudio</title>