Use gt4-layer-shell 1.1.0 that supports session lock

This commit is contained in:
DanyLE
2025-03-05 14:29:54 +01:00
parent 98885e34a3
commit f722acdd20
18 changed files with 151 additions and 2538 deletions

View File

@@ -30,7 +30,7 @@ wl_protocol_dir = wayland_protocols.get_variable('pkgdatadir')
# pkg_config = import('pkgconfig')
# gnome = import('gnome')
gtk_layer_shell = dependency('gtk4-layer-shell-0', version: '>=1.0.2')
gtk_layer_shell = dependency('gtk4-layer-shell-0', version: '>=1.1.0')
wayland_targets=[]
wl_protocols = [
@@ -56,11 +56,6 @@ src = [
'src/shell.c',
'src/foreign.c',
'src/session.c',
'src/widgets/cairo-widget.c',
'src/widgets/cairo-box.c',
'src/widgets/cairo-window.c',
'src/widgets/cairo-image.c',
'src/widgets/cairo-text.c',
'src/main.c',
wayland_targets]