The GNOME Bluetooth package contains tools for managing and manipulating Bluetooth devices using the GNOME Desktop.
![[Note]](../images/note.png) 
          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.20.2, gsound-1.0.3, libnotify-0.8.7, and UPower-1.90.10
GLib-2.86.1 (with GObject Introspection) and libadwaita-1.8.1
GTK-Doc-1.35.1 and dbusmock-0.37.1
First, fix a build failure that happens with pygobject-3.52.0 and later:
patch -Np1 -i ../gnome-bluetooth-47.1-build_fix-1.patch
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.