projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f121a66
)
meson: Add a dependency on nir_opcodes_h for freedreno
author
Dylan Baker
<dylan@pnwbakers.com>
Fri, 27 Oct 2017 17:09:46 +0000
(10:09 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Fri, 27 Oct 2017 18:30:13 +0000
(11:30 -0700)
This fixes a race condition in the build.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Mark Janes <mark.a.janes@intel.com>
src/gallium/drivers/freedreno/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/freedreno/meson.build
b/src/gallium/drivers/freedreno/meson.build
index 028be54ebac4595b07a96dadefc08885390f1a11..6f7cf2b3bd43f8870b979ca5664227dd2faad5f2 100644
(file)
--- a/
src/gallium/drivers/freedreno/meson.build
+++ b/
src/gallium/drivers/freedreno/meson.build
@@
-200,7
+200,7
@@
freedreno_includes = [
libfreedreno = static_library(
'freedreno',
- [files_libfreedreno, ir3_nir_trig_c],
+ [files_libfreedreno, ir3_nir_trig_c
, nir_opcodes_h
],
include_directories : freedreno_includes,
c_args : [c_vis_args],
cpp_args : [cpp_vis_args],