aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorDorota Czaplejewicz <dorota.czaplejewicz@puri.sm>2018-08-23 11:38:39 +0200
committerDorota Czaplejewicz <dorota.czaplejewicz@puri.sm>2018-10-09 09:56:46 +0000
commitcec747111946f1d51ae1c9ec14b683aa3d5dcfc4 (patch)
treeb2617b1a7a541a15e924feb167c08b48118c8f8a /examples/meson.build
parent174e8a48aaa09908ff3970093e3a0c0d29afaf1b (diff)
wlroots: add basic support for zwp_input_method_v2
Implemented basic input method functionality. Not included: popups, grabbing.
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index ac60e5f9..da7a5275 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -94,6 +94,10 @@ examples = {
'src': 'toplevel-decoration.c',
'dep': [wayland_client, wlr_protos, wlroots],
},
+ 'input-method': {
+ 'src': 'input-method.c',
+ 'dep': [wayland_client, wlr_protos, wlroots],
+ },
'text-input': {
'src': 'text-input.c',
'dep': [wayland_cursor, wayland_client, wlr_protos, wlroots],