From f68248079488c31c9d9e4bbf3894a1120494865f Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 11 May 2025 16:04:03 +0200 Subject: [PATCH] wip --- swww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swww.sh b/swww.sh index 403a4da..15cfb6e 100644 --- a/swww.sh +++ b/swww.sh @@ -36,7 +36,7 @@ checkBuildDependencies() { 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" done