mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2026-03-21 15:40:07 +00:00
ghostty: update to 1.3.0
This commit is contained in:
parent
6e66b90b78
commit
14417e494f
5 changed files with 451 additions and 0 deletions
26
x11-terms/ghostty/files/ghostty-1.3.0-bzip2-dependency.patch
Normal file
26
x11-terms/ghostty/files/ghostty-1.3.0-bzip2-dependency.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
From cee948f8e178a7ac5882438590da8aee3317cbb4 Mon Sep 17 00:00:00 2001
|
||||
From: sin-ack <sin-ack@protonmail.com>
|
||||
Date: Thu, 30 Jan 2025 22:44:34 +0000
|
||||
Subject: [PATCH] build: Fix bzip2 system dependency name
|
||||
|
||||
Signed-off-by: sin-ack <sin-ack@protonmail.com>
|
||||
---
|
||||
src/build/SharedDeps.zig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/build/SharedDeps.zig b/src/build/SharedDeps.zig
|
||||
index 9276c9914..654f5f96f 100644
|
||||
--- a/src/build/SharedDeps.zig
|
||||
+++ b/src/build/SharedDeps.zig
|
||||
@@ -149,7 +149,7 @@ pub fn add(
|
||||
);
|
||||
|
||||
if (b.systemIntegrationOption("freetype", .{})) {
|
||||
- step.linkSystemLibrary2("bzip2", dynamic_link_opts);
|
||||
+ step.linkSystemLibrary2("bz2", dynamic_link_opts);
|
||||
step.linkSystemLibrary2("freetype2", dynamic_link_opts);
|
||||
} else {
|
||||
step.linkLibrary(freetype_dep.artifact("freetype"));
|
||||
--
|
||||
2.52.0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue