Hi, On 25 October 2013 20:25, Brian Lovin <[email protected]> wrote: > When we would build weston with libxkb 0.2.0 it would succesfully > compile, but the keybaord and desktop-shell wouldn't load, and > Weston wouldn't run.
Looks good to me, but out of interest, what was the error? Cheers, Daniel > Signed-off-by: Brian Lovin <[email protected]> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index 80a5d69..c695f7f 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -75,7 +75,7 @@ AC_ARG_ENABLE(xkbcommon, > enable_xkbcommon=yes) > if test x$enable_xkbcommon = xyes; then > AC_DEFINE(ENABLE_XKBCOMMON, [1], [Build Weston with libxkbcommon > support]) > - COMPOSITOR_MODULES="$COMPOSITOR_MODULES xkbcommon" > + COMPOSITOR_MODULES="$COMPOSITOR_MODULES xkbcommon >= 0.3.0" > fi > > AC_ARG_ENABLE(setuid-install, [ --enable-setuid-install],, > -- > 1.8.1.2 > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
