OSDN Git Service

meson/llvmpipe: Add dep_llvm to driver_swrast
authorDylan Baker <dylan@pnwbakers.com>
Tue, 15 Oct 2019 20:06:58 +0000 (13:06 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 18 Oct 2019 20:02:58 +0000 (13:02 -0700)
This fixes build errors in gl-gdi on windows when using llvmpipe

Reviewed-by: Adam Jackson <ajax@redhat.com>
src/gallium/drivers/llvmpipe/meson.build

index 09626a3..7882beb 100644 (file)
@@ -109,7 +109,7 @@ libllvmpipe = static_library(
 driver_swrast = declare_dependency(
   compile_args : '-DGALLIUM_LLVMPIPE',
   link_with : libllvmpipe,
-  dependencies : driver_swrast,
+  dependencies : [driver_swrast, dep_llvm],
 )
 
 if with_tests and with_gallium_softpipe and with_llvm