[PATCH weston] configure.ac: Check the version of libxkb >= 0.3.0

Daniel Stone daniel at fooishbar.org
Sat Oct 26 15:59:51 CEST 2013


Hi,

On 25 October 2013 20:25, Brian Lovin <brian.j.lovin at intel.com> 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 <brian.j.lovin at intel.com>
> ---
>  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
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list