|
|
@ -37,9 +37,10 @@ tar -C unix/xserver -xf /tmp/xorg-server-${XORG_VER}.tar.bz2 --strip-components=
|
|
|
|
|
|
|
|
|
|
|
|
cd unix/xserver
|
|
|
|
cd unix/xserver
|
|
|
|
patch -Np1 -i ../xserver${XORG_PATCH}.patch
|
|
|
|
patch -Np1 -i ../xserver${XORG_PATCH}.patch
|
|
|
|
if [[ $XORG_VER =~ ^1\.20\..*$ ]]; then
|
|
|
|
case "$XORG_VER" in
|
|
|
|
patch -Np1 -i ../xserver120.7.patch
|
|
|
|
echo "PATCHING XORG WITH 120.7"
|
|
|
|
fi
|
|
|
|
1.20.*) patch -Np1 -i ../xserver120.7.patch ;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
autoreconf -i
|
|
|
|
# Configuring Xorg is long and has many distro-specific paths.
|
|
|
|
# Configuring Xorg is long and has many distro-specific paths.
|
|
|
|