forked from kiss-community/repo
sway-no-seat: fix build
This commit is contained in:
parent
8159604e10
commit
5bd5864134
@ -14,14 +14,13 @@ 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 \
|
||||
-Dwlroots:examples=false \
|
||||
-Dwlroots:xcb-errors=disabled \
|
||||
-Dwlroots:x11-backend=disabled \
|
||||
-Dwlroots:default_library=static \
|
||||
-Dseatd:builtin=enabled \
|
||||
-Dseatd:default_library=static \
|
||||
@ -30,9 +29,3 @@ meson \
|
||||
|
||||
ninja -C build
|
||||
meson install -C build --skip-subprojects
|
||||
|
||||
rm -rf \
|
||||
"$1/usr/share/fish" \
|
||||
"$1/usr/share/bash-completion" \
|
||||
"$1/usr/share/backgrounds" \
|
||||
"$1/usr/share/zsh"
|
||||
|
Loading…
Reference in New Issue
Block a user