Hi,
You need to install xkeyboard-config into /usr/share.
Cheers,
Daniel
On 20 September 2013 11:18, wrote:
> Hello,
>
> I have built Wayland according to the instructions available on
> http://wayland.freedesktop.org/building.html. Then, as a normal user (member
> of the group
> weston-launch
Hello,
I have built Wayland according to the instructions available on
http://wayland.freedesktop.org/building.html. Then, as a normal user (member of
the group
weston-launch), I do:
weston-launch
I obtain this error:
xkbcommon: ERROR: failed to add default include path /usr/share/X11/
---
src/xwayland/window-manager.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c
index 3b88dac..9f0899d 100644
--- a/src/xwayland/window-manager.c
+++ b/src/xwayland/window-manager.c
@@ -2087,6 +2087,12 @@ xserver_set_window_
Signed-off-by: Jason Ekstrand
---
protocol/Makefile.am | 2 +-
src/wayland-client.pc.in | 2 ++
src/wayland-server.pc.in | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/protocol/Makefile.am b/protocol/Makefile.am
index 08690b3..cc9cd1c 100644
--- a/protocol/Makefile.am
+
I've been working on a protocol extension to support graphics tablets such
as the Wacom set of tablets, and I'm now at the stage where I'd like a few
comments. I was hoping that I'd get a full implementation before XDC but
unfortunately that didn't happen, so for now I'll just show the protocol.
I'