On 01/25/2013 02:44 AM, Armin K. wrote:
>> Modified: trunk/BOOK/general/sysutils/bluez.xml
>> ==============================================================================
>> --- trunk/BOOK/general/sysutils/bluez.xml Thu Jan 24 08:36:58 2013
>> (r10972)
>> +++ trunk/BOOK/general/sysutils/bluez.xml Thu Jan 24 16:48:47 2013
>> (r10973)
>> @@ -82,7 +82,7 @@
>> <para role="optional">
>> <xref linkend="alsa-lib"/>,
>> <xref linkend="check"/>,
>> - <xref linkend="cups"/>,
>> + <!-- <xref linkend="cups"/>, -->
>
> Why did you comment out Cups? It is used for CUPS bluetooth backend.
>
To be precise, it is more like runtime dep. Backend by itself is useless.
>> <xref linkend="gst-plugins-base"/>,
>> <xref linkend="libsndfile"/> and
>> <xref linkend="libusb-compat"/>
>> @@ -163,7 +163,8 @@
>>
>> <screen role="root"><userinput>for CONFFILE in audio input network serial
>> ; do
>> install -v -m644 ${CONFFILE}/${CONFFILE}.conf
>> /etc/bluetooth/${CONFFILE}.conf
>> -done</userinput></screen>
>> +done
>> +unset CONFFILE</userinput></screen>
>>
>> <para>
>> If desired, install the API documentation as the
>> @@ -179,71 +180,73 @@
>> <title>Command Explanations</title>
>>
>> <para>
>> - <option>--enable-bccmd</option>: This switch enables building of the
>> BCCMD
>> + <parameter>--enable-bccmd</parameter>: This switch enables building
>> of the BCCMD
>> interface utility.
>> </para>
>>
>> <para>
>> - <option>--enable-dfutool</option>: This switch enables building of
>> the DFU
>> + <parameter>--enable-dfutool</parameter>: This switch enables building
>> of the DFU
>> firmware upgrade utility.
>> </para>
>>
>> <para>
>> - <option>--enable-dund</option>: This switch enables building of the
>> DUN daemon.
>> + <parameter>--enable-dund</parameter>: This switch enables building of
>> the DUN daemon.
>> </para>
>>
>> <para>
>> - <option>--enable-hid2hci</option>: This switch enables building of
>> the HID
>> + <parameter>--enable-hid2hci</parameter>: This switch enables building
>> of the HID
>> mode switching utility.
>> </para>
>>
>> <para>
>> - <option>--enable-hidd</option>: This switch enables building of the
>> HID daemon.
>> + <parameter>--enable-hidd</parameter>: This switch enables building of
>> the HID daemon.
>> </para>
>>
>> <para>
>> - <option>--enable-pand</option>: This switch enables building of the
>> PAN daemon.
>> + <parameter>--enable-pand</parameter>: This switch enables building of
>> the PAN daemon.
>> </para>
>>
>> <para>
>> - <option>--enable-tools</option>: This switch enables building of the
>> Bluetooth
>> + <parameter>--enable-tools</parameter>: This switch enables building
>> of the Bluetooth
>> utilities.
>> </para>
>>
>> <para>
>> - <option>--enable-wiimote</option>: This switch enables building of
>> the Wii
>> + <parameter>--enable-wiimote</parameter>: This switch enables building
>> of the Wii
>> Remote plugin.
>> </para>
>>
>> <para>
>> - <option>--disable-test</option>: This switch disables installation of
>> the
>> + <parameter>--disable-test</parameter>: This switch disables
>> installation of the
>> test programs.
>> </para>
>>
>> <para>
>> - <option>--without-systemdunitdir</option>: This switch disables
>> installation
>> + <parameter>--without-systemdunitdir</parameter>: This switch disables
>> installation
>> of the systemd units.
>> </para>
>>
>
> Now that you pointed it out, I've checked it again, and it is correct.
> Also, same applies for --enable-alsa. You could just remove all of the
> code instead of commenting it out. Keeps files cleaner.
>
>> <para>
>> - <option>--enable-alsa</option>: This switch enables ALSA support. Use
>> if you
>> - have <xref linkend="alsa-lib"/> installed.
>> + <option>--enable-cups</option>: This switch enables CUPS backend
>> support. Note
>> + that CUPS does not need to be installed for this support.
>> </para>
>>
>> + <!-- These options are automatically found and used if the packages are
>> + available. There is no need to use these switches.
>> <para>
>> - <option>--enable-cups</option>: This switch enables CUPS backend
>> support. Use
>> - if you have <xref linkend="cups"/> installed.
>> + <option>-enable-alsa</option>: This switch enables ALSA support. Use
>> if you
>> + have <xref linkend="alsa-lib"/> installed.
>> </para>
>>
Checked it again, this one is needed - cups backend is not enabled by
default. Other ones are not.
>> <para>
>> - <option>--enable-gstreamer</option>: This switch enables GStreamer
>> support. Use
>> + <option>-enable-gstreamer</option>: This switch enables GStreamer
>> support. Use
>> if you have <xref linkend="gst-plugins-base"/> installed.
>> </para>
>>
>> <para>
>> - <option>--enable-usb</option>: This switch enables USB support. Use
>> if you have
>> + <option>-enable-usb</option>: This switch enables USB support. Use if
>> you have
>> <xref linkend="libusb-compat"/> installed.
>> - </para>
>> + </para> -->
>>
>> </sect2>
>>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page