Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d76327ef0a | ||
|
71c62de501 | ||
|
be1b0cb81e |
1
main.sh
1
main.sh
@ -7,7 +7,6 @@ apt-get update
|
|||||||
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git -b 1.36
|
git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git -b 1.36
|
||||||
cd wayland-protocols
|
cd wayland-protocols
|
||||||
cp -rvf ../debian ./
|
cp -rvf ../debian ./
|
||||||
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
|
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
Reference in New Issue
Block a user