Weston willingly configures and compiles with older libxkbcommon libs (e.g. 0.2.0). However, when executing Weston, the weston-desktop-shell and weston-keyboard child processes crash because libxkbcommon is too old. The weston configure.ac currently doesn't restrict the xkbcommon version. But it probably should be more strict by checking for libxkbcommon >= 0.3.0.
commit 3742434cfd24e0e476d3125d9c3ff6a10499f9b4 Author: Kristian Høgsberg <krh@bitplanet.net> Date: Fri Oct 25 12:49:00 2013 -0700 configure.ac: Require at least version 0.3.0 of xkbcommon https://bugs.freedesktop.org/show_bug.cgi?id=70870 Also on 1.3 branch.
(In reply to comment #1) > commit 3742434cfd24e0e476d3125d9c3ff6a10499f9b4 > Author: Kristian Høgsberg <krh@bitplanet.net> > Date: Fri Oct 25 12:49:00 2013 -0700 > > configure.ac: Require at least version 0.3.0 of xkbcommon > > https://bugs.freedesktop.org/show_bug.cgi?id=70870 > > Also on 1.3 branch. Thanks for the trivial fix. Don't forget to `git push` the 1.3 branch ;)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.