aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build7
1 files changed, 7 insertions, 0 deletions
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