Skip to content

Commit

Permalink
mesa: build without libunwind and valgrind
Browse files Browse the repository at this point in the history
Configure build to never link against libunwind or valgrind.
Prevents accidental linkage against those libraries in case they are
present.

Signed-off-by: Daniel Golle <[email protected]>
  • Loading branch information
dangowrt committed Dec 7, 2024
1 parent b4ae113 commit a3eafcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/mesa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ MESON_HOST_ARGS += \
-Dglvnd=disabled \
-Dopengl=false \
-Dandroid-stub=false \
-Dlibunwind=disabled \
-Dvalgrind=disabled \
-Dgallium-drivers= \
-Dvulkan-drivers= \
-Dosmesa=false \
Expand All @@ -530,6 +532,8 @@ MESON_ARGS += \
-Dglvnd=disabled \
-Dopengl=true \
-Dandroid-stub=false \
-Dlibunwind=disabled \
-Dvalgrind=disabled \
-Dtools= \
-Dllvm=$(if $(MESA_USE_LLVM),en,dis)abled \
-Dshared-glapi=enabled \
Expand Down

0 comments on commit a3eafcf

Please sign in to comment.