diff options
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build index 86c0ddbb..da7a5275 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -94,6 +94,14 @@ 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], + }, } foreach name, info : examples |