diff --git a/sys-libs/mesa/mesa-23.1.0_rc1.recipe b/sys-libs/mesa/mesa-23.1.0_rc1.recipe index 3f08ee386..2d50e811b 100644 --- a/sys-libs/mesa/mesa-23.1.0_rc1.recipe +++ b/sys-libs/mesa/mesa-23.1.0_rc1.recipe @@ -6,7 +6,7 @@ providing 3D rendering to Haiku applications." HOMEPAGE="https://www.mesa3d.org/" COPYRIGHT="1999-2022 Brian Paul" LICENSE="MIT" -REVISION="3" +REVISION="4" SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-23.1.0-rc1.tar.xz" # -rc1 vs _rc1 #SOURCE_URI="https://mesa.freedesktop.org/archive/mesa-${portVersion}.tar.xz" CHECKSUM_SHA256="a119a04e14a6dbae9df170de9c7d0047e11df1dc020cc6db00666654a71fe41a" @@ -149,6 +149,8 @@ INSTALL() # Configure Mesa EGL Vendor Renderer cp "$portDir/additional-files/50_mesa.json" "$addOnsDir/opengl/egl_vendor.d/" + # Configure vulkan lavapipe render (Fix path) + sed -i "s/\/packages\/mesa-.*\/.self\/lib\/libvulkan_lvp.so/.\/libvulkan_lvp.so/" $addOnsDir/vulkan/icd.d/lvp_icd.x86_64.json # Set some nice version info appVersion=${portVersion//\./ }