projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70308a5
)
intel/tools: Add meson pthread dependancy for i965_asm
author
Mika Kuoppala
<mika.kuoppala@linux.intel.com>
Mon, 18 Feb 2019 13:50:03 +0000
(15:50 +0200)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 7 May 2019 21:33:48 +0000
(14:33 -0700)
Signed-off-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/tools/meson.build
patch
|
blob
|
history
diff --git
a/src/intel/tools/meson.build
b/src/intel/tools/meson.build
index 472e5b301b16ac6efb24fbb01a581654ed35c258..8ed98f891e90803e59c71a11a92ec03398dfe757 100644
(file)
--- a/
src/intel/tools/meson.build
+++ b/
src/intel/tools/meson.build
@@
-148,6
+148,7
@@
i965_lex_yy_c = custom_target(
i965_asm = executable(
'i965_asm',
['i965_asm.c', i965_gram_tab[0], i965_gram_tab[1], i965_lex_yy_c],
+ dependencies : [dep_thread],
include_directories : [inc_common, inc_intel],
link_with : [libintel_common, libintel_compiler, libintel_dev, libmesa_util],
c_args : [c_vis_args, no_override_init_args],