bugfixing..
This commit is contained in:
parent
4b25e96b9e
commit
765d5698ce
1 changed files with 1 additions and 1 deletions
2
swww.sh
2
swww.sh
|
@ -54,7 +54,7 @@
|
|||
|
||||
checkBuildDependencies() {
|
||||
echo_pkg deps "Installing build dependencies.."
|
||||
local deps=(git xdg-output liblz4-dev wayland-protocols)
|
||||
local deps=(git gcc pkg-config xdg-output liblz4-dev wayland-protocols)
|
||||
# echo "DEBUG: Installing ${deps[@]}"
|
||||
check-and-install ${deps[@]}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue