This commit is contained in:
pika 2025-05-11 16:04:03 +02:00
parent 00cfc0e325
commit f682480794

View file

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