summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-28 14:14:15 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-12-14 22:34:21 -0300
commit2b11900b0c94dfd94663bbc78fe0fb59a96572f2 (patch)
treede6d95838737f760aabfa8d0bf4524da3f9cb5a1 /meson.build
parentb81a180c4fbe80b86728c1f608f790f9ad3ebb82 (diff)
downloadgnome-control-center-2b11900b0c94dfd94663bbc78fe0fb59a96572f2.tar.gz
bluetooth: Port to GTK4
This needs libgnome-bluetooth-2.0, which was recently merged.
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 e9b33f718..69a9c68b4 100644
--- a/meson.build
+++ b/meson.build
@@ -223,7 +223,7 @@ config_h.set('HAVE_WWAN', host_is_linux,
if host_is_linux_not_s390
# gnome-bluetooth
- gnome_bluetooth_dep = dependency('gnome-bluetooth-1.0', version: '>= 3.18.2')
+ gnome_bluetooth_dep = dependency('gnome-bluetooth-2.0')
libwacom_dep = dependency('libwacom', version: '>= 0.7')