From 842df2bd6c940c5f4933622987fc9a296f404d67 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 8 Jul 2020 10:48:29 +0200 Subject: examples/input-method-keyboard-grab: new example --- examples/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'examples/meson.build') diff --git a/examples/meson.build b/examples/meson.build index 5668b7ec..c8016d3a 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -170,6 +170,13 @@ clients = { 'dep': wlroots, 'proto': ['wlr-virtual-pointer-unstable-v1'], }, + 'input-method-keyboard-grab': { + 'src': 'input-method-keyboard-grab.c', + 'dep': xkbcommon, + 'proto': [ + 'input-method-unstable-v2', + ], + }, } foreach name, info : compositors -- cgit v1.2.3