chore: update gtk-layer-shell subproject to 0.8.2

This commit is contained in:
Aleksei Bavshin
2024-01-14 10:25:37 -08:00
parent 3cd311819b
commit 4f5dd53571
2 changed files with 6 additions and 5 deletions

View File

@ -122,7 +122,8 @@ endif
gtk_layer_shell = dependency('gtk-layer-shell-0',
required: get_option('gtk-layer-shell'),
fallback : ['gtk-layer-shell', 'gtk_layer_shell_dep'])
default_options: ['introspection=false', 'vapi=false'],
fallback: ['gtk-layer-shell', 'gtk_layer_shell'])
systemd = dependency('systemd', required: get_option('systemd'))
cpp_lib_chrono = compiler.compute_int('__cpp_lib_chrono', prefix : '#include <chrono>')