keep bouncing

main
superrob1500 2025-10-12 21:46:11 +02:00
parent fb93c74ad0
commit 586faed768
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
#Script to build ghostty from source. It automatically grabs required zig version binary. #Script to build ghostty from source. It automatically grabs required zig version binary.
#v1.0.3 #v1.0.4
set -euo pipefail set -euo pipefail
@ -180,7 +180,7 @@ install_deps_linux() {
esac esac
# Verify critical pkg-config dependencies # Verify critical pkg-config dependencies
for pkg in gtk4 libadwaita-1 gtk4-layer-shell; do for pkg in gtk4 libadwaita-1 gtk-layer-shell-1.0; do
if ! pkg-config --exists "$pkg"; then if ! pkg-config --exists "$pkg"; then
error "Missing required development package: $pkg. Did apt-get install succeed?" error "Missing required development package: $pkg. Did apt-get install succeed?"
fi fi