The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-bluetooth/3.34/gnome-bluetooth-3.34.5.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-bluetooth/3.34/gnome-bluetooth-3.34.5.tar.xz
Download MD5 sum: d83faa54abaf64bb40b5313bc233e74e
Download size: 348 KB
Estimated disk space required: 17 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
GTK+-3.24.30, itstool-2.0.6, libcanberra-0.30, and libnotify-0.7.9
GTK-Doc-1.33.2 and dbusmock-0.23.1
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-bluetooth
Install GNOME Bluetooth by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
--buildtype=release
:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
Last updated on