diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-11-16 19:48:27 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-11-16 19:48:50 -0500 |
commit | b9e4228214dfc44bf81db38726ed75149128be76 (patch) | |
tree | 454493b84855e947b40e442561764f10c32105e9 /media-libs | |
parent | dev-lang/algol68g: Stabilize 3.4.2 amd64, #917459 (diff) | |
download | gentoo-b9e4228214dfc44bf81db38726ed75149128be76.tar.gz gentoo-b9e4228214dfc44bf81db38726ed75149128be76.tar.bz2 gentoo-b9e4228214dfc44bf81db38726ed75149128be76.zip |
media-libs/mesa: Fix dependency on glslang
Closes: https://bugs.gentoo.org/917453
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-23.3.0_rc4.ebuild | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/mesa/mesa-23.3.0_rc4.ebuild b/media-libs/mesa/mesa-23.3.0_rc4.ebuild index ef6c7bed1363..290ae4e096c1 100644 --- a/media-libs/mesa/mesa-23.3.0_rc4.ebuild +++ b/media-libs/mesa/mesa-23.3.0_rc4.ebuild @@ -160,9 +160,9 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") - llvm? ( - vulkan? ( - dev-util/glslang + vulkan? ( + dev-util/glslang + llvm? ( video_cards_intel? ( amd64? ( $(python_gen_any_dep "dev-python/ply[\${PYTHON_USEDEP}]") diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index ef6c7bed1363..290ae4e096c1 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -160,9 +160,9 @@ BDEPEND=" sys-devel/flex virtual/pkgconfig $(python_gen_any_dep ">=dev-python/mako-0.8.0[\${PYTHON_USEDEP}]") - llvm? ( - vulkan? ( - dev-util/glslang + vulkan? ( + dev-util/glslang + llvm? ( video_cards_intel? ( amd64? ( $(python_gen_any_dep "dev-python/ply[\${PYTHON_USEDEP}]") |