bugfixing..

This commit is contained in:
pika 2025-05-26 16:07:43 +02:00
parent 4b25e96b9e
commit 765d5698ce

View file

@ -54,7 +54,7 @@
checkBuildDependencies() { checkBuildDependencies() {
echo_pkg deps "Installing build dependencies.." 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[@]}" # echo "DEBUG: Installing ${deps[@]}"
check-and-install ${deps[@]} check-and-install ${deps[@]}