[PATCH util-modular] build.sh: add libinput and xf86-input-libinput
Eric Engestrom
eric.engestrom at imgtec.com
Wed Aug 31 09:24:34 UTC 2016
On Wed, Aug 31, 2016 at 10:16:34AM +1000, Peter Hutterer wrote:
> Signed-off-by: Peter Hutterer <peter.hutterer at 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
More information about the xorg-devel
mailing list