[gnome-control-center/wip/hadess/bump-reqs: 2/2] build: Fix Bluetooth panel build




commit 6234e16712351e4a72824003180dc4867fd82367
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 5 11:00:54 2022 +0100

    build: Fix Bluetooth panel build
    
    API version got bumped, see:
    https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/92

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 0dec0af42..0d8c22e59 100644
--- a/meson.build
+++ b/meson.build
@@ -225,7 +225,7 @@ config_h.set('HAVE_WWAN', host_is_linux,
 
 if host_is_linux_not_s390
   # gnome-bluetooth
-  gnome_bluetooth_dep = dependency('gnome-bluetooth-2.0')
+  gnome_bluetooth_dep = dependency('gnome-bluetooth-3.0')
 
   libwacom_dep = dependency('libwacom', version: '>= 0.7')
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]