examples: add output-power-management example client

This commit is contained in:
Guido Günther 2019-10-25 19:26:22 +02:00 committed by Drew DeVault
parent ba14e196f6
commit 0df5019609
2 changed files with 139 additions and 0 deletions

View file

@ -81,6 +81,11 @@ clients = {
'dep': [wayland_cursor, math],
'proto': ['wlr-gamma-control-unstable-v1'],
},
'output-power-management': {
'src': 'output-power-management.c',
'dep': [wayland_client, wlroots],
'proto': ['wlr-output-power-management-unstable-v1'],
},
'pointer-constraints': {
'src': 'pointer-constraints.c',
'dep': wlroots,