fix: use gtk_layer_set_keyboard_mode()

`gtk_layer_set_keyboard_interactivity()` is deprecated and was removed
in gtk4-layer-shell.
Note that this bumps version requirement to 0.6.0
This commit is contained in:
Aleksei Bavshin
2024-01-15 22:10:28 -08:00
parent 9a21884272
commit 3cb587945a
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ if libsndio.found()
endif
endif
gtk_layer_shell = dependency('gtk-layer-shell-0', version: ['>=0.5.0'],
gtk_layer_shell = dependency('gtk-layer-shell-0', version: ['>=0.6.0'],
default_options: ['introspection=false', 'vapi=false'],
fallback: ['gtk-layer-shell', 'gtk_layer_shell'])
systemd = dependency('systemd', required: get_option('systemd'))