From 1aa38370b2506ce90ad64cd4e18968d6612ebea5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Sep 2023 05:27:14 +0100 Subject: gentoo auto-resync : 26:09:2023 - 05:27:14 --- media-libs/mesa/mesa-23.1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-libs/mesa/mesa-23.1.7.ebuild') diff --git a/media-libs/mesa/mesa-23.1.7.ebuild b/media-libs/mesa/mesa-23.1.7.ebuild index 6036a8c0264b..0eff5117e2be 100644 --- a/media-libs/mesa/mesa-23.1.7.ebuild +++ b/media-libs/mesa/mesa-23.1.7.ebuild @@ -371,7 +371,7 @@ multilib_src_configure() { fi if use llvm && use opencl; then - PKG_CONFIG_PATH="$(get_llvm_prefix)/$(get_libdir)/pkgconfig" + PKG_CONFIG_PATH="$(get_llvm_prefix "${LLVM_MAX_SLOT}")/$(get_libdir)/pkgconfig" # See https://gitlab.freedesktop.org/mesa/mesa/-/blob/main/docs/rusticl.rst emesonargs+=( $(meson_native_true gallium-rusticl) @@ -399,7 +399,7 @@ multilib_src_configure() { emesonargs+=(-Dvulkan-layers=${vulkan_layers#,}) if use llvm && use vulkan && use video_cards_intel; then - PKG_CONFIG_PATH="$(get_llvm_prefix)/$(get_libdir)/pkgconfig" + PKG_CONFIG_PATH="$(get_llvm_prefix "${LLVM_MAX_SLOT}")/$(get_libdir)/pkgconfig" emesonargs+=(-Dintel-clc=enabled) else emesonargs+=(-Dintel-clc=disabled) -- cgit v1.2.3