Mesa (master): meson/llvmpipe: Add dep_llvm to driver_swrast

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 18 20:22:04 UTC 2019


Module: Mesa
Branch: master
Commit: dbd554ba05d6fd5d434b2bc08f656cd62677e77b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbd554ba05d6fd5d434b2bc08f656cd62677e77b

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Oct 15 13:06:58 2019 -0700

meson/llvmpipe: Add dep_llvm to driver_swrast

This fixes build errors in gl-gdi on windows when using llvmpipe

Reviewed-by: Adam Jackson <ajax at redhat.com>

---

 src/gallium/drivers/llvmpipe/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/llvmpipe/meson.build b/src/gallium/drivers/llvmpipe/meson.build
index 09626a31d95..7882beb358d 100644
--- a/src/gallium/drivers/llvmpipe/meson.build
+++ b/src/gallium/drivers/llvmpipe/meson.build
@@ -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




More information about the mesa-commit mailing list