gui-libs/gtk: Depend on mesa[vulkan] for USE=vulkan

Otherwise gtk silentlly falls back to the GL renderer even when explicitly
called with GSK_RENDERER=vulkan

Closes: https://bugs.gentoo.org/966845
Bug: https://bugs.gentoo.org/960204
Signed-off-by: zyxhere💭 <zyx@envs.net>
Part-of: https://github.com/gentoo/gentoo/pull/44824
Closes: https://github.com/gentoo/gentoo/pull/44824
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
zyxhere💭 2025-11-30 04:09:57 +00:00 committed by Pacho Ramos
parent a87a823653
commit bad3524707
No known key found for this signature in database
GPG Key ID: 7CB10C207FC07DBC

View File

@ -51,7 +51,10 @@ COMMON_DEPEND="
)
)
introspection? ( >=dev-libs/gobject-introspection-1.84:= )
vulkan? ( >=media-libs/vulkan-loader-1.3:=[wayland?,X?] )
vulkan? (
>=media-libs/vulkan-loader-1.3:=[wayland?,X?]
media-libs/mesa[vulkan]
)
wayland? (
>=dev-libs/wayland-1.24.0
>=dev-libs/wayland-protocols-1.44