From 2b11900b0c94dfd94663bbc78fe0fb59a96572f2 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 28 Oct 2021 14:14:15 -0300 Subject: bluetooth: Port to GTK4 This needs libgnome-bluetooth-2.0, which was recently merged. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit v1.2.1