Changeset 5a464e4d for general/sysutils


Ignore:
Timestamp:
01/25/2013 12:48:47 AM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8f1699f2
Parents:
cd34755
Message:

Minor changes to various packages

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10973 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    rcd34755 r5a464e4d  
    8383      <xref linkend="alsa-lib"/>,
    8484      <xref linkend="check"/>,
    85       <xref linkend="cups"/>,
     85      <!-- <xref linkend="cups"/>, -->
    8686      <xref linkend="gst-plugins-base"/>,
    8787      <xref linkend="libsndfile"/> and
     
    164164<screen role="root"><userinput>for CONFFILE in audio input network serial ; do
    165165    install -v -m644 ${CONFFILE}/${CONFFILE}.conf /etc/bluetooth/${CONFFILE}.conf
    166 done</userinput></screen>
     166done
     167unset CONFFILE</userinput></screen>
    167168
    168169    <para>
     
    180181
    181182    <para>
    182       <option>--enable-bccmd</option>: This switch enables building of the BCCMD
     183      <parameter>--enable-bccmd</parameter>: This switch enables building of the BCCMD
    183184      interface utility.
    184185    </para>
    185186
    186187    <para>
    187       <option>--enable-dfutool</option>: This switch enables building of the DFU
     188      <parameter>--enable-dfutool</parameter>: This switch enables building of the DFU
    188189      firmware upgrade utility.
    189190    </para>
    190191
    191192    <para>
    192       <option>--enable-dund</option>: This switch enables building of the DUN daemon.
    193     </para>
    194 
    195     <para>
    196       <option>--enable-hid2hci</option>: This switch enables building of the HID
     193      <parameter>--enable-dund</parameter>: This switch enables building of the DUN daemon.
     194    </para>
     195
     196    <para>
     197      <parameter>--enable-hid2hci</parameter>: This switch enables building of the HID
    197198      mode switching utility.
    198199    </para>
    199200
    200201    <para>
    201       <option>--enable-hidd</option>: This switch enables building of the HID daemon.
    202     </para>
    203 
    204     <para>
    205       <option>--enable-pand</option>: This switch enables building of the PAN daemon.
    206     </para>
    207 
    208     <para>
    209       <option>--enable-tools</option>: This switch enables building of the Bluetooth
     202      <parameter>--enable-hidd</parameter>: This switch enables building of the HID daemon.
     203    </para>
     204
     205    <para>
     206      <parameter>--enable-pand</parameter>: This switch enables building of the PAN daemon.
     207    </para>
     208
     209    <para>
     210      <parameter>--enable-tools</parameter>: This switch enables building of the Bluetooth
    210211      utilities.
    211212    </para>
    212213
    213214    <para>
    214       <option>--enable-wiimote</option>: This switch enables building of the Wii
     215      <parameter>--enable-wiimote</parameter>: This switch enables building of the Wii
    215216      Remote plugin.
    216217    </para>
    217218
    218219    <para>
    219       <option>--disable-test</option>: This switch disables installation of the
     220      <parameter>--disable-test</parameter>: This switch disables installation of the
    220221      test programs.
    221222    </para>
    222223
    223224    <para>
    224       <option>--without-systemdunitdir</option>: This switch disables installation
     225      <parameter>--without-systemdunitdir</parameter>: This switch disables installation
    225226      of the systemd units.
    226227    </para>
    227228
    228229    <para>
    229       <option>--enable-alsa</option>: This switch enables ALSA support. Use if you
     230      <option>--enable-cups</option>: This switch enables CUPS backend support. Note
     231      that CUPS does not need to be installed for this support.
     232    </para>
     233
     234    <!-- These options are automatically found and used if the packages are
     235         available. There is no need to use these switches.
     236    <para>
     237      <option>-enable-alsa</option>: This switch enables ALSA support. Use if you
    230238      have <xref linkend="alsa-lib"/> installed.
    231239    </para>
    232240
    233241    <para>
    234       <option>--enable-cups</option>: This switch enables CUPS backend support. Use
    235       if you have <xref linkend="cups"/> installed.
    236     </para>
    237 
    238     <para>
    239       <option>--enable-gstreamer</option>: This switch enables GStreamer support. Use
     242      <option>-enable-gstreamer</option>: This switch enables GStreamer support. Use
    240243      if you have <xref linkend="gst-plugins-base"/> installed.
    241244    </para>
    242245
    243246    <para>
    244       <option>--enable-usb</option>: This switch enables USB support. Use if you have
     247      <option>-enable-usb</option>: This switch enables USB support. Use if you have
    245248      <xref linkend="libusb-compat"/> installed.
    246     </para>
     249    </para> -->
    247250
    248251  </sect2>
Note: See TracChangeset for help on using the changeset viewer.