mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
a87a823653
commit
bad3524707
@ -51,7 +51,10 @@ COMMON_DEPEND="
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
introspection? ( >=dev-libs/gobject-introspection-1.84:= )
|
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? (
|
wayland? (
|
||||||
>=dev-libs/wayland-1.24.0
|
>=dev-libs/wayland-1.24.0
|
||||||
>=dev-libs/wayland-protocols-1.44
|
>=dev-libs/wayland-protocols-1.44
|
||||||
Loading…
x
Reference in New Issue
Block a user