From 40ae503f9aaf5b8d40c9932ba4dc13b21397ad4a Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 17:46:12 +0200 Subject: [PATCH] wip --- swww.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/swww.sh b/swww.sh index 5aa669b..561fa7e 100644 --- a/swww.sh +++ b/swww.sh @@ -37,6 +37,7 @@ checkBuildDependencies() { echo_info "Installing build dependencies.." local deps=(git xdg-output liblz4-dev wayland-protocols) + echo "DEBUG: Installing ${deps}" checkAndInstall "${deps}" if ! command_exists cargo; then