This commit is contained in:
pika 2025-05-11 17:46:12 +02:00
parent e70c2f233b
commit 40ae503f9a

View file

@ -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