From 7e537bee51d89f2a9218cc91f59806c84514e096 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 11 Nov 2023 18:48:26 +0300 Subject: [PATCH] --- debian/rules | 2 +- main.sh | 3 +-- patches/series | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index ac4f5cb..f19b4d8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f - +export DEB_CFLAGS_MAINT_APPEND = -Wno-error include /usr/share/dpkg/pkg-info.mk SUPPORT = https://www.debian.org/support diff --git a/main.sh b/main.sh index 94137c0..3a5543b 100755 --- a/main.sh +++ b/main.sh @@ -1,6 +1,5 @@ # Clone Upstream -#git clone https://gitlab.freedesktop.org/xorg/xserver.git ./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 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 b8496d9..1391e44 100644 --- a/patches/series +++ b/patches/series @@ -1,3 +1,3 @@ 1120.patch -#967.patch +967.patch 0001-xwayland-patch-fix-vsync.patch \ No newline at end of file