application: Opt in to libhandy dark style preference

GNOME 42 will have a dark style preference. This commit
adds support for it by opting in via HdyStyleManager.
This commit is contained in:
Christopher Davis
2021-11-27 00:35:03 -08:00
parent aaf87e5e89
commit ce7aca63b2
2 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ calls_includes = [ top_include, src_include ]
calls_deps = [ dependency('gobject-2.0', version: '>= 2.58'),
dependency('gtk+-3.0'),
dependency('libhandy-1', version: '>= 1.1.90'),
dependency('libhandy-1', version: '>= 1.5.0'),
dependency('libfeedback-0.0'),
dependency('libpeas-1.0'),
dependency('gom-1.0'),