#81620
fenwick
Participant

This happened to me too. It looks like it’s not in the default apt repositories.

add the following line to /etc/apt/sources.list file:

deb http://raspberrypi.collabora.com wheezy rpi

then just apt-get install libxkbcommon-dev

I found the solution here:

http://wayland.freedesktop.org/raspberrypi.html

On December 4th, 2013, libxkbcommon-dev is not yet found in Raspbian itself, but it is available from the raspberrypi.collabora.com repository, see above.

Hope this helps!