Optional switch for audacious-plugins, to allow configure to complete if mpg123 is not installed.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13835 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2014-08-05 18:22:25 +00:00
parent a20c63083d
commit 040f17b679
2 changed files with 13 additions and 0 deletions

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>August 5th, 2014</para>
<itemizedlist>
<listitem>
<para>[ken] - Add option to build audacious-plugins without mpg123
(new behaviour in 3.5.1, configure used to test for it).</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>August 4th, 2014</para>
<itemizedlist>

View File

@ -259,6 +259,9 @@ make</userinput></screen>
<para><parameter>--with-buildstamp</parameter>: This switch appends
the given text to the version string.</para>
<para><option>--disable-mp3</option>: Use this for the plugins if you have
not installed mpg123 and do not wish to play mp3 files.</para>
<para><option>--enable-valgrind</option>: Allow better Valgrind leak checks.</para>
</sect2>