diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-18 11:42:17 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-18 13:58:09 -0400 |
commit | aaca5e35eeb9f8cde316cc54a44f72900584be94 (patch) | |
tree | c1ed698c0e9ee9fc27e07d454fbe69704c1bba07 /x11-apps/mesa-progs | |
parent | gui-libs/libdecor: Add multilib support (diff) | |
download | gentoo-aaca5e35eeb9f8cde316cc54a44f72900584be94.tar.gz gentoo-aaca5e35eeb9f8cde316cc54a44f72900584be94.tar.bz2 gentoo-aaca5e35eeb9f8cde316cc54a44f72900584be94.zip |
x11-apps/mesa-progs: Depend on libglvnd instead of mesa
Bug: https://bugs.gentoo.org/857018
Bug: https://bugs.gentoo.org/924439
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/mesa-progs')
-rw-r--r-- | x11-apps/mesa-progs/mesa-progs-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild index 9c5277ecec57..c6aec667b2c8 100644 --- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,7 +24,7 @@ SLOT="0" IUSE="gles2 vulkan wayland X" RDEPEND=" - media-libs/mesa[${MULTILIB_USEDEP},egl(+),gles2?,vulkan?,wayland?,X?] + media-libs/libglvnd[${MULTILIB_USEDEP},X?] wayland? ( dev-libs/wayland[${MULTILIB_USEDEP}] ) X? ( x11-libs/libX11[${MULTILIB_USEDEP}] |