mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 05:00:09 +01:00
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@redhat.com>
This commit is contained in:
parent
fa611b07f1
commit
dbd554ba05
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ libllvmpipe = static_library(
|
||||||
driver_swrast = declare_dependency(
|
driver_swrast = declare_dependency(
|
||||||
compile_args : '-DGALLIUM_LLVMPIPE',
|
compile_args : '-DGALLIUM_LLVMPIPE',
|
||||||
link_with : libllvmpipe,
|
link_with : libllvmpipe,
|
||||||
dependencies : driver_swrast,
|
dependencies : [driver_swrast, dep_llvm],
|
||||||
)
|
)
|
||||||
|
|
||||||
if with_tests and with_gallium_softpipe and with_llvm
|
if with_tests and with_gallium_softpipe and with_llvm
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue