From a7b538008b85fac57eea8e6ac8903d50c8392a29 Mon Sep 17 00:00:00 2001 From: Josef Gajdusek Date: Sun, 20 Oct 2019 16:03:24 +0200 Subject: virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1 --- examples/meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/meson.build') 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 -- cgit v1.2.3