Remove unneeded handling of wlroots
This commit is contained in:
parent
68274955a8
commit
749aa05be3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue