I'm following your script but there are a number of issues I am having. I'm getting a ton of errors around your giant dependency list. Still, I soldiered on. I eventually came to this error:
qwaylandinputdevice.cpp:74:41: fatal error: xkbcommon/xkbcommon-compose.h: No such file or directory
include <xkbcommon/xkbcommon-compose.h>
Indeed, it is missing:
$ ls /usr/include/xkbcommon/xkbcommon*
/usr/include/xkbcommon/xkbcommon-compat.h
/usr/include/xkbcommon/xkbcommon.h
/usr/include/xkbcommon/xkbcommon-keysyms.h
/usr/include/xkbcommon/xkbcommon-names.h
/usr/include/xkbcommon/xkbcommon-x11.h
I have all the other headers though. How did you resolve this?
I attempted to resolve it by installing libxkbcommon from git, but that requires meson to build, but jessie does not have a recent enough meson. ( https://github.com/xkbcommon/libxkbcommon/issues/74 )
Any help would be appreciated. Could you ask one of your systems who is providing xkbcommon-compose.h, and tell me the package and version?
I'm following your script but there are a number of issues I am having. I'm getting a ton of errors around your giant dependency list. Still, I soldiered on. I eventually came to this error:
Indeed, it is missing:
I have all the other headers though. How did you resolve this? I attempted to resolve it by installing libxkbcommon from git, but that requires meson to build, but jessie does not have a recent enough meson. ( https://github.com/xkbcommon/libxkbcommon/issues/74 )
Any help would be appreciated. Could you ask one of your systems who is providing xkbcommon-compose.h, and tell me the package and version?
Thanks