This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-11 18:48:26 +03:00 committed by GitHub
parent b45c9beeeb
commit 7e537bee51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

2
debian/rules vendored
View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
1120.patch
#967.patch
967.patch
0001-xwayland-patch-fix-vsync.patch