mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 16:00:56 +00:00
meson: add llvm dependency for swr build
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
d1833b8cd8
commit
22a2027dd7
@ -281,6 +281,7 @@ libmesaswr = static_library(
|
||||
gen_builder_hpp, gen_builder_x86_hpp],
|
||||
cpp_args : [cpp_vis_args, swr_cpp_args, swr_avx_args, swr_arch_defines],
|
||||
include_directories : [inc_common, swr_incs],
|
||||
dependencies : dep_llvm,
|
||||
)
|
||||
|
||||
driver_swr = declare_dependency(
|
||||
|
Loading…
Reference in New Issue
Block a user