mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
meson/llvm: add native for gallium swrast
If we are building llvmpipe and lavapipe we want native in this list. Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9208>
This commit is contained in:
parent
611e9f29e2
commit
054dd668a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1515,7 +1515,7 @@ endif
|
|||
if with_microsoft_clc
|
||||
llvm_modules += ['target', 'linker', 'irreader', 'option', 'libdriver']
|
||||
endif
|
||||
if with_tests
|
||||
if with_tests or with_gallium_softpipe
|
||||
llvm_modules += 'native'
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue