mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 12:18:07 +02:00
clover: add missing meson build dependency
Fixes:42ea0631f1"meson: build clover" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> (cherry picked from commit1df0c1e8fb)
This commit is contained in:
parent
6760093afe
commit
746659919f
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ clover_files = files(
|
|||
|
||||
libclover = static_library(
|
||||
'clover',
|
||||
clover_files,
|
||||
[clover_files, sha1_h],
|
||||
include_directories : clover_incs,
|
||||
cpp_args : [clover_cpp_args, cpp_vis_args],
|
||||
link_with : [libcltgsi, libclllvm],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue