File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ wayland_protos = dependency('wayland-protocols')
2020gtkmm = dependency (' gtkmm-4.0' , version : ' >=4.12' )
2121wfconfig = dependency (' wf-config' , version : ' >=0.7.0' ) #TODO fallback submodule
2222epoxy = dependency (' epoxy' )
23- gtklayershell = dependency (' gtk4-layer-shell-0' , fallback : [' gtk4-layer-shell' ])
23+ gtklayershell = dependency (' gtk4-layer-shell-0' , version : ' >=1.3.0' , required : false )
24+ if not gtklayershell.found()
25+ gtklayershell = dependency (' gtk4-layer-shell' , fallback : [' gtk4-layer-shell' ])
26+ endif
2427libpulse = dependency (' libpulse' , required : get_option (' volume-widget' ))
2528libgvc = subproject (' gvc' , default_options : [' static=true' ], required : get_option (' volume-widget' ))
2629pipewire = dependency (' libpipewire-0.3' , required : get_option (' wp-mixer-widget' ))
You can’t perform that action at this time.
0 commit comments