aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorJosef Gajdusek <atx@atx.name>2019-10-20 16:03:24 +0200
committerSimon Ser <contact@emersion.fr>2019-12-31 10:29:02 +0100
commita7b538008b85fac57eea8e6ac8903d50c8392a29 (patch)
treeb14b6d9edc264cbae92652a6f04566995818efab /examples/meson.build
parent21e1953b61abae4911c32c457c1d87530e622610 (diff)
virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index cfc4df86..90ac7611 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -143,6 +143,11 @@ clients = {
'dep': [wlroots],
'proto': ['wlr-foreign-toplevel-management-unstable-v1'],
},
+ 'virtual-pointer': {
+ 'src': 'virtual-pointer.c',
+ 'dep': wlroots,
+ 'proto': ['wlr-virtual-pointer-unstable-v1'],
+ },
}
foreach name, info : compositors