diff options
author | 2024-12-27 17:14:02 +0000 | |
---|---|---|
committer | 2024-12-27 17:20:24 +0000 | |
commit | 93d9414463301e08cf81ec11be10d8cd02c61df3 (patch) | |
tree | 4b82a06f4a9e004bf2cea48780b1e35ff278180f /x11-terms | |
parent | dev-db/sqlite: drop 3.47.0-r1, 3.47.1 (diff) | |
download | gentoo-93d9414463301e08cf81ec11be10d8cd02c61df3.tar.gz gentoo-93d9414463301e08cf81ec11be10d8cd02c61df3.tar.bz2 gentoo-93d9414463301e08cf81ec11be10d8cd02c61df3.zip |
x11-terms/ghostty: require gui-libs/gtk[X] for gtk backend
Closes: https://bugs.gentoo.org/947032
Signed-off-by: sin-ack <sin-ack@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39867
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/ghostty/ghostty-1.0.0-r1.ebuild (renamed from x11-terms/ghostty/ghostty-1.0.0.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-terms/ghostty/ghostty-1.0.0.ebuild b/x11-terms/ghostty/ghostty-1.0.0-r1.ebuild index 9f4bb852cc55..9a7504bcf72d 100644 --- a/x11-terms/ghostty/ghostty-1.0.0.ebuild +++ b/x11-terms/ghostty/ghostty-1.0.0-r1.ebuild @@ -63,9 +63,12 @@ KEYWORDS="~amd64" # TODO: simdutf integration (missing Gentoo version) # TODO: spirv-cross integration (missing Gentoo package) # TODO: glfw integration (no option from upstream) +# NOTE: gtk backend requires X right now since ghostty unconditionally +# includes gdk/x11/gdkx.h. +# https://github.com/ghostty-org/ghostty/issues/3477 RDEPEND=" adwaita? ( gui-libs/libadwaita:1= ) - gtk? ( gui-libs/gtk:4= ) + gtk? ( gui-libs/gtk:4=[X] ) system-fontconfig? ( >=media-libs/fontconfig-2.14.2:= ) system-freetype? ( >=media-libs/freetype-2.13.2:=[bzip2] ) |