summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorChristopher Davis <christopherdavis@gnome.org>2022-01-27 18:19:05 -0800
committerChristopher Davis <christopherdavis@gnome.org>2022-01-31 12:15:43 -0800
commit8347e01453255878c445eab3a67c56ce0c9a0187 (patch)
treef286b9d163bfb6ab57798d6574a7a7efd40e5f07 /meson.build
parent13376ecb8b98762599bf54688cdf3afb3c25fbaf (diff)
downloadgnome-control-center-8347e01453255878c445eab3a67c56ce0c9a0187.tar.gz
background: Use AdwPreferences{Page,Group}
Now that AdwPreferencesGroup has support for header suffixes, we can cut out a lot of widgetry by using it and AdwPreferencesPage directly.
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 26ba6361b..a3db70d40 100644
--- a/meson.build
+++ b/meson.build
@@ -104,6 +104,7 @@ pulse_req_version = '>= 2.0'
libadwaita_dep = dependency(
'libadwaita-1',
+ version: '>= 1.1',
fallback: ['libadwaita', 'libadwaita_dep'],
default_options: ['examples=false', 'introspection=disabled', 'tests=false', 'vapi=false'],
)