Skip to content

Commit ec43fb3

Browse files
Update gtklayershell dependency with fallback (#314)
1 parent b383741 commit ec43fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ wayland_protos = dependency('wayland-protocols')
1919
gtkmm = dependency('gtkmm-4.0', version: '>=4.12')
2020
wfconfig = dependency('wf-config', version: '>=0.7.0') #TODO fallback submodule
2121
epoxy = dependency('epoxy')
22-
gtklayershell = dependency('gtk4-layer-shell')
22+
gtklayershell = dependency('gtk4-layer-shell-0', fallback: ['gtk4-layer-shell'])
2323
libpulse = dependency('libpulse', required: get_option('pulse'))
2424
dbusmenu_gtk = dependency('dbusmenu-glib-0.4')
2525
libgvc = subproject('gvc', default_options: ['static=true'], required: get_option('pulse'))

0 commit comments

Comments
 (0)