summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-18 18:33:07 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-19 13:46:43 +0100
commit701de89ef336a41a59e41905c2070bd42f1e61f6 (patch)
treee1b8c879f7cbba1dac5ac73f08f0a99804228f7f /meson.build
parentca89ccf747f990feb674f837b01582c08273a1ee (diff)
downloadgnome-control-center-701de89ef336a41a59e41905c2070bd42f1e61f6.tar.gz
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
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')