# Depends on xbitmaps
# Depends on libxcursor

# Exit on error:
set -e

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

exit 0
