[PATCH 2/2] automake: Don't fail the build if we can't setuid.

Daniel Stone daniel at fooishbar.org
Thu Feb 9 09:42:27 PST 2012


Hi,

On 9 February 2012 16:36, Eric Anholt <eric at anholt.net> wrote:
> diff --git a/clients/window.c b/clients/window.c
> index 3246189..1c6b04e 100644
> --- a/clients/window.c
> +++ b/clients/window.c
> @@ -2733,7 +2733,7 @@ init_xkb(struct display *d)
>  static void
>  fini_xkb(struct display *display)
>  {
> -       xkb_free_keymap(display->xkb);
> +       //xkb_free_keymap(display->xkb);
>  }

Errr ...

Anyhow, this just means you need to update your libxkbcommon.

Cheers,
Daniel


More information about the wayland-devel mailing list