moduel/river: wip: new module; 'tags' status on Wayland compositor 'river'

This commit is contained in:
Daniel Eklöf 2020-07-23 19:00:42 +02:00
parent e04b678518
commit 7b2d524598
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 787 additions and 0 deletions

View file

@ -29,6 +29,12 @@ if backend_x11
}
endif
if backend_wayland
deps += {
'river': [[], []],
}
endif
foreach mod, data : deps
sources = data[0]
dep = data[1]