The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/gnome-bluetooth/47/gnome-bluetooth-47.1.tar.xz
Download MD5 sum: 715b4767b46b4c4b24a231358d0de83e
Download size: 292 KB
Estimated disk space required: 12 MB (with tests)
Estimated build time: 0.1 SBU (Using parallelism=4, with tests)
GTK-4.16.5, gsound-1.0.3, libnotify-0.8.3, and UPower-1.90.6
GLib-2.82.2 (with GObject Introspection) and libadwaita-1.6.1
GTK-Doc-1.34.0 and dbusmock-0.32.2
Install GNOME Bluetooth by running the following commands:
mkdir build && cd build && meson setup --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.