aboutsummaryrefslogtreecommitdiff
path: root/rootston/meson.build
diff options
context:
space:
mode:
authorDorota Czaplejewicz <dorota.czaplejewicz@puri.sm>2018-08-23 11:39:49 +0200
committerDorota Czaplejewicz <dorota.czaplejewicz@puri.sm>2018-10-09 09:56:46 +0000
commit585757d6e6acd7c8dd15073d849278498066dac1 (patch)
tree738b8b943e76f26a8be1923ab5e12774a290885c /rootston/meson.build
parentcec747111946f1d51ae1c9ec14b683aa3d5dcfc4 (diff)
rootston: add support for text input and the basic of input method
The compositor acts as a relay between applications using the text-input protocol and input methods using the input-method protocol. This change implements the basic but useful support for input-method, leaving out grabs as well as popups.
Diffstat (limited to 'rootston/meson.build')
-rw-r--r--rootston/meson.build1
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',