Changeset 8f29aa2 for general/sysutils


Ignore:
Timestamp:
09/05/2013 04:23:52 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
f071c67
Parents:
b51a433
Message:

More tags and minor fixes for 7.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    rb51a433 r8f29aa2  
    3535    </para>
    3636
    37     &lfs73_checked;
     37    &lfs74_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8383      <xref linkend="alsa-lib"/>,
    8484      <xref linkend="check"/>,
    85       <!-- <xref linkend="cups"/>, -->
    8685      <xref linkend="gst-plugins-base"/>,
    87       <xref linkend="libsndfile"/> and
     86      <xref linkend="libsndfile"/>, and
    8887      <xref linkend="libusb-compat"/>
    8988    </para>
     
    131130    </para>
    132131
    133 <screen><userinput>./configure --prefix=/usr \
    134             --sysconfdir=/etc \
     132<screen><userinput>
     133./configure --prefix=/usr        \
     134            --sysconfdir=/etc    \
    135135            --localstatedir=/var \
    136             --libexecdir=/lib \
    137             --enable-bccmd \
    138             --enable-dfutool \
    139             --enable-dund \
    140             --enable-hid2hci \
    141             --enable-hidd \
    142             --enable-pand \
    143             --enable-tools \
    144             --enable-wiimote \
    145             --disable-test \
     136            --libexecdir=/lib    \
     137            --enable-bccmd       \
     138            --enable-dfutool     \
     139            --enable-dund        \
     140            --enable-hid2hci     \
     141            --enable-hidd        \
     142            --enable-pand        \
     143            --enable-tools       \
     144            --enable-wiimote     \
     145            --disable-test       \
    146146            --without-systemdunitdir &amp;&amp;
    147147make</userinput></screen>
     
    327327          bccmd, bluetoothd, ciptool, dfutool, dund, gatttool,
    328328          hciattach, hciconfig, hcitool, hid2hci, hidd, l2ping,
    329           pand, rfcomm and sdptool
     329          pand, rfcomm, and sdptool
    330330        </seg>
    331331        <seg>
     
    336336          /usr/include/bluetooth,
    337337          /usr/lib/bluetooth,
    338           /usr/share/doc/bluez-&bluez-version; and
     338          /usr/share/doc/bluez-&bluez-version;, and
    339339          /var/lib/bluetooth
    340340        </seg>
Note: See TracChangeset for help on using the changeset viewer.