examples: Add screencopy-dmabuf example

This commit is contained in:
Andri Yngvason 2020-04-22 22:14:38 +00:00 committed by Simon Ser
parent ea83957ecc
commit e0d4f75172
2 changed files with 370 additions and 0 deletions

View file

@ -127,6 +127,14 @@ clients = {
'dep': [libpng, rt],
'proto': ['wlr-screencopy-unstable-v1'],
},
'screencopy-dmabuf': {
'src': 'screencopy-dmabuf.c',
'dep': [libpng, rt, gbm, drm],
'proto': [
'wlr-screencopy-unstable-v1',
'linux-dmabuf-unstable-v1',
],
},
'toplevel-decoration': {
'src': 'toplevel-decoration.c',
'dep': wlroots,