aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorAndri Yngvason <andri@yngvason.is>2020-04-22 22:14:38 +0000
committerSimon Ser <contact@emersion.fr>2020-06-08 20:49:41 +0200
commite0d4f7517282c4c31d0486f80974fec20fd118e8 (patch)
treee2295d47df5d749b2586b12a5d665468acb16472 /examples/meson.build
parentea83957ecc155545232e2897023831b5851357a3 (diff)
examples: Add screencopy-dmabuf example
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 7a64da46..5668b7ec 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -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,