commit:     9c071be0727b0b3248dbf6747c6f19f447d3d1c0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 15:48:13 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 17:58:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c071be0

x11-apps/mesa-progs: Update dependencies

Bug: https://bugs.gentoo.org/894156
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-apps/mesa-progs/mesa-progs-9999.ebuild | 13 ++++++++++---
 1 file 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 )
 "

Reply via email to