mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
034643ff25
commit
70e413933d
@ -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>
|
||||
|
@ -146,7 +146,7 @@ make</userinput></screen>
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
meson --prefix=/usr -Ddatabase=gdbm &&
|
||||
meson --prefix=/usr -Ddatabase=gdbm -Dbluez5=false &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user