OSDN Git Service

clover: add missing meson build dependency
authorEric Engestrom <eric.engestrom@intel.com>
Tue, 2 Oct 2018 13:58:29 +0000 (14:58 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Mon, 29 Oct 2018 16:39:42 +0000 (16:39 +0000)
Fixes: 42ea0631f108d82554339 "meson: build clover"
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/gallium/state_trackers/clover/meson.build

index d1497e6..1a09d8f 100644 (file)
@@ -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],