From 054dd668a69acc70d47c73abe4646e96a1f23577 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 22 Feb 2021 11:08:45 +1000 Subject: [PATCH] meson/llvm: add native for gallium swrast If we are building llvmpipe and lavapipe we want native in this list. Reviewed-by: Jesse Natalie Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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