diff options
author | sin-ack <sin-ack@protonmail.com> | 2025-01-02 18:15:18 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2025-01-08 08:32:59 +0200 |
commit | bb581673c489b7a76d54e5d43c6ed51191b040ba (patch) | |
tree | 3dc984c1db63d235a260843a1b1bd1773648cf77 /x11-terms/ghostty | |
parent | x11-terms/ghostty: require zig with LLVM (diff) | |
download | gentoo-bb581673c489b7a76d54e5d43c6ed51191b040ba.tar.gz gentoo-bb581673c489b7a76d54e5d43c6ed51191b040ba.tar.bz2 gentoo-bb581673c489b7a76d54e5d43c6ed51191b040ba.zip |
x11-terms/ghostty: depend on freetype[harfbuzz] with USE=system-harfbuzz
Signed-off-by: sin-ack <sin-ack@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms/ghostty')
-rw-r--r-- | x11-terms/ghostty/ghostty-1.0.1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild b/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild index 87ec78f1d3fc..01acbcf201be 100644 --- a/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild +++ b/x11-terms/ghostty/ghostty-1.0.1-r1.ebuild @@ -71,7 +71,10 @@ RDEPEND=" ) system-fontconfig? ( >=media-libs/fontconfig-2.14.2:= ) - system-freetype? ( >=media-libs/freetype-2.13.2:=[bzip2] ) + system-freetype? ( + system-harfbuzz? ( >=media-libs/freetype-2.13.2:=[bzip2,harfbuzz] ) + !system-harfbuzz? ( >=media-libs/freetype-2.13.2:=[bzip2] ) + ) system-glslang? ( >=dev-util/glslang-1.3.296.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-8.4.0:= ) system-libpng? ( >=media-libs/libpng-1.6.43:= ) |