missing xcb/xkb.h on ubuntu
Hello,
I am trying to compile latest i3 source (v10.3, master) on Ubuntu 13.03 Sid. installed all the xcb and xkb dev packages, but I am always getting this error:
yin@zen:~/git/i3$ make
[i3] CC src/assignments.c
In file included from include/config.h:17:0,
from include/ipc.h:19,
from include/all.h:48,
from ../i3/src/assignments.c:12:
include/i3.h:16:21: fatal error: xcb/xkb.h: No such file or directory
compilation terminated.
make: *** [src/assignments.o] Error 1
I believe there are people compiling i3 on Ubuntu. Can some one suggest, where I can find the dev packages required for a successful build?
Thanks, cheers