diff options
author | 2025-01-04 15:02:19 -0500 | |
---|---|---|
committer | 2025-01-04 15:03:36 -0500 | |
commit | 7e61bbf42d49e15f6e9a180eedc30650f71d450c (patch) | |
tree | 2f1f6827ac48b8e31da3c298fcf7d36c7a262297 /media-libs/mesa | |
parent | dev-util/intel_clc: Version bump to 24.3.3 (diff) | |
download | gentoo-7e61bbf42d49e15f6e9a180eedc30650f71d450c.tar.gz gentoo-7e61bbf42d49e15f6e9a180eedc30650f71d450c.tar.bz2 gentoo-7e61bbf42d49e15f6e9a180eedc30650f71d450c.zip |
media-libs/mesa: Add libclc dep inside llvm_gen_dep
Bug: https://bugs.gentoo.org/940037
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7846e415a4f5..0aae9a9fc728 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -101,6 +101,7 @@ RDEPEND=" opencl? ( dev-util/spirv-llvm-translator:\${LLVM_SLOT} llvm-core/clang:\${LLVM_SLOT}[llvm_targets_AMDGPU(+),${MULTILIB_USEDEP}] + =llvm-core/libclc-\${LLVM_SLOT}*[spirv(-)] ) ") video_cards_r600? ( |