summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-27 12:08:57 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-28 11:16:41 -0300
commit94b9977ca331a6ffbc67a6e94b4d590fb3f3a3b7 (patch)
treeb531a6a3a7ce06945f50f2e60ccce18b6943597b /meson.build
parent243eff13a79ba02495d123e9ca22ed35584dc3eb (diff)
downloadgnome-bluetooth-94b9977ca331a6ffbc67a6e94b4d590fb3f3a3b7.tar.gz
lib: Drop BluetoothHdyColumn for AdwClamp
Remove the in-tree widget, and replace the type ensure with ADW_TYPE_CLAMP.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 9044648d..eabe73e1 100644
--- a/meson.build
+++ b/meson.build
@@ -101,6 +101,7 @@ gio_dep = dependency('gio-2.0', version: '>= 2.44')
gio_unix_dep = dependency('gio-unix-2.0')
gtk_dep = dependency('gtk4', version: '>= 4.4')
gsound_dep = dependency('gsound')
+libadwaita_dep = dependency('libadwaita-1')
libnotify_dep = dependency('libnotify', version: '>= 0.7.0')
libudev_dep = dependency('libudev')