summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-01-27 02:49:42 -0800
committerBastien Nocera <hadess@hadess.net>2022-02-07 09:03:20 +0000
commit26fdf894e8d3534a34fca8ca4b169ffd4459115b (patch)
tree847c8885968d91fe58e0b4d893ea5fc3e9778fbc /meson.build
parent07cca1e0611d882b9cc87f85e640f1fe44bc4b43 (diff)
downloadgnome-bluetooth-26fdf894e8d3534a34fca8ca4b169ffd4459115b.tar.gz
settings-widget: Simplify via `header-suffix`
Now that libadwaita has the header-suffix property, we can use AdwPreferencesGroup's built-in header.
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 6bead6d0..d43822d5 100644
--- a/meson.build
+++ b/meson.build
@@ -99,7 +99,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')
+libadwaita_dep = dependency('libadwaita-1', version: '>= 1.1')
libnotify_dep = dependency('libnotify', version: '>= 0.7.0')
libudev_dep = dependency('libudev')