summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2021-02-22 11:08:45 +1000
committerDave Airlie <airlied@redhat.com>2021-02-23 17:17:28 +1000
commit054dd668a69acc70d47c73abe4646e96a1f23577 (patch)
tree52035869ff9ac3db3bb62b34fdcc0c92910d9be8 /meson.build
parent611e9f29e2fa9b62e54e8853cbf165584f23b1a2 (diff)
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 18f96bc2635..9d59158e941 100644
--- a/meson.build
+++ b/meson.build
@@ -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