forked from external/yambar
moduel/river: wip: new module; 'tags' status on Wayland compositor 'river'
This commit is contained in:
parent
e04b678518
commit
7b2d524598
5 changed files with 787 additions and 0 deletions
|
@ -29,6 +29,12 @@ if backend_x11
|
|||
}
|
||||
endif
|
||||
|
||||
if backend_wayland
|
||||
deps += {
|
||||
'river': [[], []],
|
||||
}
|
||||
endif
|
||||
|
||||
foreach mod, data : deps
|
||||
sources = data[0]
|
||||
dep = data[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue