From 8e33333c0b22ab351543f16bec9dd230cc74fc7d Mon Sep 17 00:00:00 2001 From: Aleksei Bavshin Date: Sun, 14 Jan 2024 10:25:37 -0800 Subject: [PATCH] chore: update gtk-layer-shell subproject to 0.8.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0e823847..742b3f33 100644 --- a/meson.build +++ b/meson.build @@ -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')