From 8347e01453255878c445eab3a67c56ce0c9a0187 Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Thu, 27 Jan 2022 18:19:05 -0800 Subject: 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. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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'], ) -- cgit v1.2.1