Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Error installing RetroPie on Raspbmc › Reply To: Error installing RetroPie on Raspbmc
10/09/2014 at 06:41
#81620
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!