From f3dce0856d00d7b7bbf7239b87e277261e8e8b26 Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Wed, 14 Feb 2024 09:55:02 -0500 Subject: [PATCH] meson.build: Show gtk-layer-shell status in the build summary. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index e7d1520e3..daad967b1 100644 --- a/meson.build +++ b/meson.build @@ -209,6 +209,7 @@ message('\n'.join(['', ' exempi support: @0@'.format(exempi_enabled), ' Tracker support: @0@'.format(tracker_enabled), ' Wayland support: @0@'.format(cc.has_header('gdk/gdkwayland.h', dependencies: gtk)), +' gtk-layer-shell-0: @0@'.format(gtk_layer_shell_enabled and gtk_layer_shell.found()), '', ' nemo-extension documentation: @0@'.format(gtkdoc_enabled), ' nemo-extension introspection: @0@'.format(true),