ime: make IME compile-time optional

This commit is contained in:
Daniel Eklöf 2020-12-03 18:36:56 +01:00
parent 8c3d48c5cd
commit 05083110c3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
9 changed files with 103 additions and 29 deletions

1
meson_options.txt Normal file
View file

@ -0,0 +1 @@
option('ime', type: 'boolean', value: true, description: 'IME (Input Method Editor) support')