On Wed, Aug 31, 2016 at 10:16:34AM +1000, Peter Hutterer wrote:
> Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
> ---
>  build.sh | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/build.sh b/build.sh
> index 369afc8..3006ebc 100755
> --- a/build.sh
> +++ b/build.sh
> @@ -1155,11 +1155,13 @@ build_all_modules() {
>      build xserver ""
>      case $HOST_OS in
>       Linux) build libevdev "";;
> +     Linux) build wayland libinput "";;

I don't think that's going to work. You should remove the break (;;) from
the previous line and simply add the `build` instruction on the next.

Cheers,
  Eric

>      esac
>      case $HOST_OS in
>       Linux)
>           build driver xf86-input-evdev
>           build driver xf86-input-joystick
> +         build driver xf86-input-libinput
>           ;;
>       FreeBSD | NetBSD | OpenBSD | Dragonfly | GNU/kFreeBSD)
>           build driver xf86-input-joystick
> -- 
> 2.7.4
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to