Remove xf86-input-mouse from the list of modules to build for a Linux target since Linux uses xf86-input-evdev instead.
Signed-off-by: Trevor Woerner <[email protected]> --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3500a70..d606983 100755 --- a/build.sh +++ b/build.sh @@ -1175,11 +1175,11 @@ build_all_modules() { ;; *) build driver xf86-input-keyboard - build driver xf86-input-mouse build driver xf86-input-synaptics build driver xf86-input-void case $HOST_OS in FreeBSD) + build driver xf86-input-mouse case $HOST_CPU in sparc64) build driver xf86-video-sunffb @@ -1187,6 +1187,7 @@ build_all_modules() { esac ;; NetBSD | OpenBSD) + build driver xf86-input-mouse build driver xf86-video-wsfb build driver xf86-video-sunffb ;; @@ -1205,6 +1206,7 @@ build_all_modules() { esac case $HOST_CPU in sparc | sparc64) + build driver xf86-input-mouse build driver xf86-video-suncg14 build driver xf86-video-suncg3 build driver xf86-video-suncg6 -- 1.8.5.2.227.g53f3478 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
