commit:     e5672010a0f803fd6743e80fccae96caf4fdf105
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  5 01:17:15 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Feb  5 01:35:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5672010

media-libs/mesa: Switch from intel_clc to mesa_clc

Switched upstream in commit db11165c075 ("intel/cl: switch to SPIRV as
shader storage").

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index b70574a42523..866d33d07ae7 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -172,7 +172,7 @@ BDEPEND="
                dev-python/pyyaml[\${PYTHON_USEDEP}]
        ")
        video_cards_intel? (
-               ~dev-util/intel_clc-${PV}
+               ~dev-util/mesa_clc-${PV}
                llvm-core/libclc[spirv(-)]
                $(python_gen_any_dep "dev-python/ply[\${PYTHON_USEDEP}]")
        )
@@ -459,7 +459,7 @@ multilib_src_configure() {
                $(meson_feature unwind libunwind)
                $(meson_feature zstd)
                $(meson_use cpu_flags_x86_sse2 sse2)
-               -Dintel-clc=$(usex video_cards_intel system auto)
+               -Dmesa-clc=$(usex video_cards_intel system auto)
                -Dvalgrind=$(usex valgrind auto disabled)
                -Dvideo-codecs=$(usex proprietary-codecs "all" "all_free")
                -Dgallium-drivers=$(driver_list "${GALLIUM_DRIVERS[*]}")

Reply via email to