summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-05 11:00:54 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-05 11:02:45 +0100
commit6234e16712351e4a72824003180dc4867fd82367 (patch)
treec2fce283a8823de29ba1ffafe7a49df5d1caab98 /meson.build
parentd8719a627ed0ca4fc080cbd6a701a8ac615236d7 (diff)
downloadgnome-control-center-6234e16712351e4a72824003180dc4867fd82367.tar.gz
build: Fix Bluetooth panel build
API version got bumped, see: https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/merge_requests/92
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 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')