chore: update gtk-layer-shell subproject to 0.8.2

pull/2927/head
Aleksei Bavshin 2024-01-14 10:25:37 -08:00 committed by Viktar Lukashonak
parent f1abc186b2
commit 8e33333c0b
No known key found for this signature in database
GPG Key ID: 08A413AA87200A6F
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ gtk_layer_shell = dependency('gtk4-layer-shell-0',
version : ['>=1.0.2'],
required: get_option('gtk-layer-shell'),
fallback : ['gtk4-layer-shell', 'gtk_layer_shell'],
default_options : ['vapi=false'])
default_options : ['introspection=false', 'vapi=false'])
if gtk_layer_shell.found()
add_project_arguments('-DHAVE_GTK_LAYER_SHELL', language: 'cpp')