From 31f7a20d07462c2f81ee77469d84a00afc0ba2a4 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:32:33 +0300 Subject: [PATCH] --- main.sh | 4 ++-- patches/series | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index d613280..c28c668 100755 --- a/main.sh +++ b/main.sh @@ -1,6 +1,6 @@ # Clone Upstream -#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/xorg/xserver.git -b xwayland-23.2.2 ./xwayland +#git clone https://gitlab.freedesktop.org/ekurzinger/xserver.git -b explicit-sync ./xwayland cp -rvf ./debian ./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 diff --git a/patches/series b/patches/series index 4ab9edf..fd38671 100644 --- a/patches/series +++ b/patches/series @@ -1,2 +1,3 @@ -1120.patch -0001-xwayland-patch-fix-vsync.patch \ No newline at end of file +#1120.patch +967.patch +#0001-xwayland-patch-fix-vsync.patch \ No newline at end of file