Skip to content

Commit f3dce08

Browse files
committed
meson.build: Show gtk-layer-shell status in the build summary.
1 parent 7d1fe12 commit f3dce08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ message('\n'.join(['',
209209
' exempi support: @0@'.format(exempi_enabled),
210210
' Tracker support: @0@'.format(tracker_enabled),
211211
' Wayland support: @0@'.format(cc.has_header('gdk/gdkwayland.h', dependencies: gtk)),
212+
' gtk-layer-shell-0: @0@'.format(gtk_layer_shell_enabled and gtk_layer_shell.found()),
212213
'',
213214
' nemo-extension documentation: @0@'.format(gtkdoc_enabled),
214215
' nemo-extension introspection: @0@'.format(true),

0 commit comments

Comments
 (0)