summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-18 11:48:13 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-18 13:58:09 -0400
commit9c071be0727b0b3248dbf6747c6f19f447d3d1c0 (patch)
tree3f69f9c167f1384441e83687bf0b7a676ec03e77
parentx11-apps/mesa-progs: Update disabler patch (diff)
downloadgentoo-9c071be0727b0b3248dbf6747c6f19f447d3d1c0.tar.gz
gentoo-9c071be0727b0b3248dbf6747c6f19f447d3d1c0.tar.bz2
gentoo-9c071be0727b0b3248dbf6747c6f19f447d3d1c0.zip
x11-apps/mesa-progs: Update dependencies
Bug: https://bugs.gentoo.org/894156 Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-apps/mesa-progs/mesa-progs-9999.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
index c01564170135..e688a7c603ab 100644
--- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild
+++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild
@@ -25,14 +25,21 @@ IUSE="gles2 vulkan wayland X"
RDEPEND="
media-libs/libglvnd[${MULTILIB_USEDEP},X?]
- wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] )
+ vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
+ wayland? (
+ dev-libs/wayland[${MULTILIB_USEDEP}]
+ gui-libs/libdecor[${MULTILIB_USEDEP}]
+ x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
+ )
X? (
x11-libs/libX11[${MULTILIB_USEDEP}]
- x11-libs/libXext[${MULTILIB_USEDEP}]
+ vulkan? (
+ x11-libs/libxcb:=[${MULTILIB_USEDEP}]
+ x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
+ )
)
"
DEPEND="${RDEPEND}
- vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
wayland? ( >=dev-libs/wayland-protocols-1.12 )
X? ( x11-base/xorg-proto )
"