Skip to content

Commit f794756

Browse files
committed
mesa: host builds with shared-llvm=disabled
allows mesa_clc to be portable between build trees and build hosts
1 parent 4797526 commit f794756

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/graphics/mesa/package.mk

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ PKG_MESON_OPTS_HOST="-Dglvnd=disabled \
2323
-Dgallium-vdpau=disabled \
2424
-Dplatforms= \
2525
-Dglx=disabled \
26-
-Dvulkan-drivers="
26+
-Dvulkan-drivers= \
27+
-Dshared-llvm=disabled"
2728

2829
PKG_MESON_OPTS_TARGET="-Dgallium-drivers=${GALLIUM_DRIVERS// /,} \
2930
-Dgallium-extra-hud=false \

0 commit comments

Comments
 (0)