aboutsummaryrefslogtreecommitdiff
path: root/protocol/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 /protocol/meson.build
parent21e1953b61abae4911c32c457c1d87530e622610 (diff)
virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1
Diffstat (limited to 'protocol/meson.build')
-rw-r--r--protocol/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/meson.build b/protocol/meson.build
index c39be751..b9aa49c7 100644
--- a/protocol/meson.build
+++ b/protocol/meson.build
@@ -41,6 +41,7 @@ protocols = {
'wlr-layer-shell-unstable-v1': 'wlr-layer-shell-unstable-v1.xml',
'wlr-output-management-unstable-v1': 'wlr-output-management-unstable-v1.xml',
'wlr-screencopy-unstable-v1': 'wlr-screencopy-unstable-v1.xml',
+ 'wlr-virtual-pointer-unstable-v1': 'wlr-virtual-pointer-unstable-v1.xml',
}
foreach name, path : protocols