2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

mesa: don't depend on LLVM

LLVM is only a requirement for the Lavapipe driver.
This commit is contained in:
sewn 2024-05-16 15:39:16 +00:00 committed by git-bruh
parent 6bd50a1178
commit 2f85c92d4c
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ meson setup \
-Dlocalstatedir=/var \
-Dbuildtype=release \
-Dglx-read-only-text=true \
-Dllvm=disabled \
-Dplatforms=wayland \
-Dglx=disabled \
-Degl=enabled \

View File

@ -4,7 +4,6 @@ flex make
libdrm
libelf
linux-headers make
llvm
m4 make
meson make
pkgconf make