projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa611b0
)
meson/llvmpipe: Add dep_llvm to driver_swrast
author
Dylan Baker
<dylan@pnwbakers.com>
Tue, 15 Oct 2019 20:06:58 +0000
(13:06 -0700)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/meson.build
b/src/gallium/drivers/llvmpipe/meson.build
index 09626a31d95a5c815198cfe983dfeb6230b0e041..7882beb358d5042630d4fee5111fcad891adaf77 100644
(file)
--- 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