Skip to content

Commit

Permalink
Fix builds with gtk_layer_shell=false or omitted.
Browse files Browse the repository at this point in the history
Fixes #3366
  • Loading branch information
mtwebster committed Feb 14, 2024
1 parent 4494b3f commit 7d1fe12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ conf.set('HAVE_SELINUX', libselinux_enabled)
gtk_layer_shell_enabled = get_option('gtk_layer_shell')
if gtk_layer_shell_enabled
gtk_layer_shell = dependency('gtk-layer-shell-0', version: '>=0.8', required: false)
conf.set('HAVE_GTK_LAYER_SHELL', gtk_layer_shell.found())
endif
conf.set('HAVE_GTK_LAYER_SHELL', gtk_layer_shell.found())

# make sure pango development files are installed
pango = dependency('pango', version: '>=1.40.0')
Expand Down

0 comments on commit 7d1fe12

Please sign in to comment.