aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorxdavidwu <xdavidwuph@gmail.com>2020-07-08 10:48:29 +0200
committerSimon Ser <contact@emersion.fr>2020-07-08 11:21:57 +0200
commit842df2bd6c940c5f4933622987fc9a296f404d67 (patch)
tree94b8727943771ae217da250248960f0c6e7cb583 /examples/meson.build
parent595f324f8b74eebed59176e3889ebccb875c574c (diff)
examples/input-method-keyboard-grab: new example
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