mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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>
This commit is contained in:
@@ -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] )
|
||||
Reference in New Issue
Block a user