From 6f97a5c359468298bec43e833c4fd68d319f7513 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 8 Oct 2025 20:40:44 -0400 Subject: [PATCH] Still trying to fix hl build On branch hl-051 Your branch is up to date with 'origin/hl-051'. Changes to be committed: modified: hypr-tags.env modified: install-scripts/hyprland.sh --- hypr-tags.env | 4 ++-- install-scripts/hyprland.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypr-tags.env b/hypr-tags.env index 5383c1e..9b8fb92 100644 --- a/hypr-tags.env +++ b/hypr-tags.env @@ -4,8 +4,8 @@ HYPRLAND_TAG=v0.51.1 AQUAMARINE_TAG=v0.9.3 -HYPRUTILS_TAG=auto -HYPRLANG_TAG=auto +HYPRUTILS_TAG=v0.8.3 +HYPRLANG_TAG=v0.6.4 HYPRGRAPHICS_TAG=v0.1.5 HYPRWAYLAND_SCANNER_TAG=v0.4.5 HYPRLAND_PROTOCOLS_TAG=v0.6.4 diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index c300ba8..7eb4e3c 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -86,7 +86,7 @@ if git clone --recursive -b $tag "https://github.com/hyprwm/Hyprland"; then fi # By default, build Hyprland with bundled hyprutils/hyprlang to avoid version mismatches # You can force system libs by exporting USE_SYSTEM_HYPRLIBS=1 before running this script. - USE_SYSTEM=${USE_SYSTEM_HYPRLIBS:-0} +USE_SYSTEM=${USE_SYSTEM_HYPRLIBS:-1} if [ "$USE_SYSTEM" = "1" ]; then export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:${PKG_CONFIG_PATH:-}" export CMAKE_PREFIX_PATH="/usr/local:${CMAKE_PREFIX_PATH:-}"