# Depends on libxi
# Depends on librandr
# Depends on libxinerama

# Exit on error:
set -e

wget -c http://www.x.org/releases/individual/app/xinput-1.6.1.tar.bz2
tar xf xinput-1.6.1.tar.bz2
cd xinput-1.6.1
./configure --prefix=
make install
cd ..
rm -rf xinput-1.6.1
rm xinput-1.6.1.tar.bz2

exit 0
