diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-12 13:44:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 13:44:46 +0200 |
commit | 66e8908e9ad5027934537a6e7f641ba3a74637e2 (patch) | |
tree | 83df866657c9de240f0b8feb7b5bfcaf7dc30654 /rootston/meson.build | |
parent | c5452feb773496a6631f35a4b49355ddd052d555 (diff) | |
parent | 585757d6e6acd7c8dd15073d849278498066dac1 (diff) |
Merge pull request #1203 from dcz-purism/input
Support input method and text input
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index 9d1decce..d650dc51 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -9,6 +9,7 @@ sources = [ 'main.c', 'output.c', 'seat.c', + 'text_input.c', 'virtual_keyboard.c', 'wl_shell.c', 'xdg_shell.c', |