mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-22 06:47:12 -04:00
Merge branch 'github/fork/ammen99/wlr-workspaces' into 'master'
[DON'T MERGE] wlr-workspaces implementation See merge request wlroots/wlroots!2357
This commit is contained in:
commit
1786a41870
7 changed files with 1434 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ compositors = {
|
|||
],
|
||||
'dep': [wayland_client, wayland_egl, egl, glesv2],
|
||||
},
|
||||
'ext-workspace': {
|
||||
'src': 'ext-workspace.c',
|
||||
'dep': [wlroots],
|
||||
'proto': ['ext-workspace-unstable-v1'],
|
||||
},
|
||||
}
|
||||
|
||||
foreach name, info : compositors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue