projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de60ea4
)
broadcom/vc5: Fix a race between XML codegen build and CLIF build.
author
Eric Anholt
<eric@anholt.net>
Sat, 27 Jan 2018 07:50:10 +0000
(18:50 +1100)
committer
Eric Anholt
<eric@anholt.net>
Sat, 27 Jan 2018 07:57:58 +0000
(18:57 +1100)
src/broadcom/meson.build
patch
|
blob
|
history
diff --git
a/src/broadcom/meson.build
b/src/broadcom/meson.build
index 6721966c7cf11428457a76475096c87d0231a299..787529d2505493adadcea644be0e14c09e55da21 100644
(file)
--- a/
src/broadcom/meson.build
+++ b/
src/broadcom/meson.build
@@
-32,7
+32,10
@@
if with_gallium_vc5
foreach ver : vc5_versions
per_version_libs += static_library(
'libbroadcom-v' + ver,
- files('clif/v3dx_dump.c'),
+ [
+ files('clif/v3dx_dump.c'),
+ v3d_xml_pack
+ ],
include_directories : [inc_common, inc_broadcom, inc_src],
c_args : [c_vis_args, no_override_init_args, '-DV3D_VERSION=' + ver],
dependencies: [dep_valgrind, dep_thread],