keep bouncing
parent
fb93c74ad0
commit
586faed768
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
#Script to build ghostty from source. It automatically grabs required zig version binary.
|
||||
#v1.0.3
|
||||
#v1.0.4
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
|
@ -180,7 +180,7 @@ install_deps_linux() {
|
|||
esac
|
||||
|
||||
# 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
|
||||
error "Missing required development package: $pkg. Did apt-get install succeed?"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue