This commit is contained in:
parent
2168723842
commit
cd764b034f
5
main.sh
5
main.sh
@ -1,11 +1,12 @@
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.2.2 ./xwayland
|
#git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.2.2 ./xwayland
|
||||||
#git clone https://gitlab.freedesktop.org/ekurzinger/xserver.git -b explicit-sync ./xwayland
|
git clone https://gitlab.freedesktop.org/ekurzinger/xserver.git -b explicit-sync ./xwayland
|
||||||
cp -rvf ./debian ./xwayland/
|
cp -rvf ./debian ./xwayland/
|
||||||
cd ./xwayland
|
cd ./xwayland
|
||||||
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done
|
for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || bash -c "echo "Applying Patch $i Failed!" && exit 2"; done
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
1120.patch
|
1120.patch
|
||||||
967.patch
|
|
||||||
0001-xwayland-patch-fix-vsync.patch
|
0001-xwayland-patch-fix-vsync.patch
|
Loading…
Reference in New Issue
Block a user