From 765d5698ce9a41fced8d0ba13f7725690530f04a Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 26 May 2025 16:07:43 +0200 Subject: [PATCH] bugfixing.. --- swww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swww.sh b/swww.sh index d5bec4b..76ee6ca 100644 --- a/swww.sh +++ b/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[@]}