mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
examples: Add screencopy-dmabuf example
This commit is contained in:
parent
ea83957ecc
commit
e0d4f75172
2 changed files with 370 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue