From 68b2cb3e7214fb6ff66c5e87b42ea66a422a0300 Mon Sep 17 00:00:00 2001 From: ChtiMacFly Date: Mon, 2 Feb 2026 23:55:03 +0100 Subject: [PATCH] Fix capitalization of libX11 in FreeBSD dependencies (#48159) This work : > doas pkg install lib**X**11 Release Notes: - N/A --- script/freebsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/freebsd b/script/freebsd index 58579d8ac9c42ffbb37a375099c487fa29f87a28..f5fd8ce3e5d6326b92e6ae330410b9ff52d702e0 100755 --- a/script/freebsd +++ b/script/freebsd @@ -26,7 +26,7 @@ if [[ -n $pkg ]]; then llvm protobuf rustup-init - libx11 + libX11 alsa-lib ) $maysudo "$pkg" install "${deps[@]}"