wayland: Add wayland client
authorJan Arne Petersen <jan.petersen@kdab.com>
Tue, 13 Aug 2013 08:30:52 +0000 (10:30 +0200)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 13 Aug 2013 08:30:52 +0000 (10:30 +0200)
commit5136dbc59fd3048445826c534fd6b5f3f8ca6b1e
treef37c00c90b2044de8f53752d30a8f34b5517fb81
parent1bdcf218eeda728391b5b4e33d536d2debfef1bc
wayland: Add wayland client

This patch adds a new client which supports the Wayland input method
protocol.  Note that the support is disabled by default until the
input method protocol becomes official in the Wayland upstream.
Supply --enable-wayland to configure to try it.  Also, you will need
to set the executable path of ibus-wayland under the "input-method"
section of weston.ini, like this:

 [input-method]
 path=.../libexec/ibus-wayland

BUG=Issue#1617

Review URL: https://codereview.appspot.com/11320043
Patch from Jan Arne Petersen <jan.petersen@kdab.com>.
client/Makefile.am
client/wayland/Makefile.am [new file with mode: 0644]
client/wayland/README [new file with mode: 0644]
client/wayland/input-method-client-protocol.h [new file with mode: 0644]
client/wayland/input-method-protocol.c [new file with mode: 0644]
client/wayland/main.c [new file with mode: 0644]
configure.ac