xwayland/main.sh
Ward Nakchbandi (Cosmic Fusion) ff26feb030
Prepare for new egl wayland
2023-07-14 19:43:36 +03:00

17 lines
367 B
Bash
Executable File

# Clone Upstream
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.1.2
cp -rvf ./debian ./xwayland/
cd ./xwayland
# Get build deps
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.2
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../
mkdir -p ./output
mv ./*.deb ./output/