This commit is contained in:
Dylan Araps 2021-11-05 07:17:47 +02:00
parent a1bba435b8
commit ae052cac3e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 4 additions and 10 deletions

View File

@ -10,18 +10,12 @@ mv -f _ sway/desktop/render.c
meson \
--prefix=/usr \
-Dexamples=false \
-Ddefault-wallpaper=false \
-Dzsh-completions=false \
-Dbash-completions=false \
-Dfish-completions=false \
-Dxwayland=disabled \
-Dx11-backend=disabled \
-Dxcb-errors=disabled \
-Dxcb-icccm=disabled \
. build
ninja -C build
ninja -C build install
rm -rf \
"$1/usr/share/fish" \
"$1/usr/share/bash-completion" \
"$1/usr/share/backgrounds" \
"$1/usr/share/zsh"