Remove unneeded handling of wlroots

This commit is contained in:
alan (NyxTrail) 2024-10-11 13:26:02 +00:00
parent 68274955a8
commit 749aa05be3
No known key found for this signature in database
GPG Key ID: 32C5D29762C48D4A
1 changed files with 0 additions and 13 deletions

13
debian/rules vendored
View File

@ -24,19 +24,6 @@ override_dh_clean:
# call clear target provided by Hyprland
make clear
# clean up some directories created during the build
rm -rf subprojects/wlroots-hyprland/src/wlroots-hyprland-stamp
rm -f subprojects/udis86/libudis86/itab*
rm -rf subprojects/wlroots-hyprland/tmp
# Reverse the patches in subprojects/wlroots-hyprland
cd subprojects/wlroots-hyprland ; \
patches=$$(find patches/ -type f -name '*.patch') ; \
echo $$patches ; \
for PATCH in $$patches ; do \
patch -p1 -r /dev/null -N --dry-run -s < $$PATCH || patch -p1 -r /dev/null -R -s < $$PATCH ; \
done ;
# Do not delete scripts/generateVersion.sh.bak
dh_clean -X scripts/generateVersion.sh.bak