[PATCH util-modular] build.sh: add libinput and xf86-input-libinput
Peter Hutterer
peter.hutterer at who-t.net
Wed Aug 31 00:16:34 UTC 2016
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 "";;
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