mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2026-02-04 05:24:46 +00:00
ghostty: reactivate themes
This commit is contained in:
parent
2b27263eed
commit
e335167930
6 changed files with 382 additions and 0 deletions
26
x11-terms/ghostty/files/ghostty-1.2.0-bzip2-dependency.patch
Normal file
26
x11-terms/ghostty/files/ghostty-1.2.0-bzip2-dependency.patch
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
From 502071bc786679c57405a1bb4613a3a2e4653920 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 77dec3350..2babf317d 100644
|
||||
--- a/src/build/SharedDeps.zig
|
||||
+++ b/src/build/SharedDeps.zig
|
||||
@@ -121,7 +121,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.49.1
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue