From 701de89ef336a41a59e41905c2070bd42f1e61f6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 18 Jan 2022 18:33:07 +0100 Subject: [PATCH] bluetooth: Use the new Bluetooth UI library Which only exports the Settings widget and nothing else. See https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/103 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fe430cf0f..26ba6361b 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-3.0') + gnome_bluetooth_dep = dependency('gnome-bluetooth-ui-3.0') libwacom_dep = dependency('libwacom', version: '>= 0.7')