rename sources to ext too

This commit is contained in:
Ilia Bozhinov 2021-02-17 08:07:07 +01:00
parent be327234a8
commit d711c3c440
3 changed files with 125 additions and 125 deletions

View file

@ -188,7 +188,7 @@ clients = {
'wlr-workspace': {
'src': 'wlr-workspace.c',
'dep': [wlroots],
'proto': ['wlr-workspace-unstable-v1'],
'proto': ['ext-workspace-unstable-v1'],
},
}