From 7927e9ce77cbe4e8667ec73307d71c338341e10c Mon Sep 17 00:00:00 2001 From: superrob1500 Date: Sun, 12 Oct 2025 21:59:04 +0200 Subject: [PATCH] working on debian trixie --- ghostty-build-update.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ghostty-build-update.sh b/ghostty-build-update.sh index cad6032..7ac1a74 100644 --- a/ghostty-build-update.sh +++ b/ghostty-build-update.sh @@ -1,6 +1,6 @@ #!/bin/bash #Script to build ghostty from source. It automatically grabs required zig version binary. -#v1.0.4 +#v1.0.5 set -euo pipefail @@ -179,12 +179,6 @@ install_deps_linux() { ;; esac - # Verify critical header files instead of pkg-config - #[[ -f /usr/include/gtk-4.0/gtk/gtk.h ]] || error "GTK4 headers not found. Install libgtk-4-dev." - #[[ -f /usr/include/adwaita-1.0/adwaita.h ]] || error "libadwaita headers not found. Install libadwaita-1-dev." - #[[ -f /usr/include/gtk-layer-shell-1.0/gtk-layer-shell.h ]] || error "GTK Layer Shell headers not found. Install libgtk4-layer-shell-dev." - #[[ -f /usr/include/harfbuzz/harfbuzz.h ]] || error "Harfbuzz headers not found. Install libharfbuzz-dev." - elif command_exists pacman; then sudo pacman -Sy --noconfirm \ git gtk4 gtk4-layer-shell libadwaita gettext pkgconf curl tar xz g++ blueprint-compiler harfbuzz