Merge pull request #1203 from dcz-purism/input

Support input method and text input
This commit is contained in:
Drew DeVault 2018-10-12 13:44:46 +02:00 committed by GitHub
commit 66e8908e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 2944 additions and 1 deletions

View file

@ -42,7 +42,7 @@ endif
# Avoid wl_buffer deprecation warnings
add_project_arguments('-DWL_HIDE_DEPRECATED', language: 'c')
wayland_server = dependency('wayland-server', version: '>=1.15')
wayland_server = dependency('wayland-server', version: '>=1.16')
wayland_client = dependency('wayland-client')
wayland_egl = dependency('wayland-egl')
wayland_protos = dependency('wayland-protocols', version: '>=1.15')