Skip to content

Commit

Permalink
media-libs/mesa: fix dependency on llvm and version string patch
Browse files Browse the repository at this point in the history
Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Sep 28, 2024
1 parent e99d386 commit f16d192
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ REQUIRED_USE="
)
)
llvm? ( ${LLVM_REQUIRED_USE} )
video_cards_asahi? ( llvm )
video_cards_lavapipe? ( llvm vulkan )
video_cards_radeon? ( x86? ( llvm ) amd64? ( llvm ) )
video_cards_r300? ( x86? ( llvm ) amd64? ( llvm ) )
Expand Down Expand Up @@ -315,6 +316,8 @@ src_prepare() {
default
sed -i -e "/^PLATFORM_SYMBOLS/a '__gentoo_check_ldflags__'," \
bin/symbols-check.py || die # bug #830728
# Patch version string for Asahi
sed -i -e "s/devel/asahi${MY_PV}/" VERSION
}

multilib_src_configure() {
Expand Down

0 comments on commit f16d192

Please sign in to comment.