wip
This commit is contained in:
parent
00cfc0e325
commit
f682480794
1 changed files with 1 additions and 1 deletions
2
swww.sh
2
swww.sh
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
checkBuildDependencies() {
|
checkBuildDependencies() {
|
||||||
echo_info "Installing build dependencies.."
|
echo_info "Installing build dependencies.."
|
||||||
for i in git xdg-output lz4 wayland-dev; do
|
for i in git xdg-output liblz4-dev wayland-protocols; do
|
||||||
run _install "$i"
|
run _install "$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue