diff options
author | Eric Engestrom <[email protected]> | 2017-10-18 12:06:16 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-10-18 14:27:20 +0100 |
commit | 2515eb63f818eb4bcbe104718c9bfb2db6f77cc5 (patch) | |
tree | f035af00d51068931bdfcd77c4308448a6493d6a /src/intel/tools/meson.build | |
parent | 05fc62d89f59ce19a18bfd4e63a09624910d6caf (diff) |
meson: move expat dependency where it's needed
Suggested-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/intel/tools/meson.build')
-rw-r--r-- | src/intel/tools/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/meson.build b/src/intel/tools/meson.build index 91092fdb512..1996d5208f0 100644 --- a/src/intel/tools/meson.build +++ b/src/intel/tools/meson.build @@ -31,7 +31,7 @@ aubinator = executable( aubinator_error_decode = executable( 'aubinator_error_decode', files('aubinator_error_decode.c', 'disasm.c', 'gen_disasm.h'), - dependencies : [dep_expat, dep_zlib, dep_thread], + dependencies : [dep_zlib, dep_thread], include_directories : [inc_common, inc_intel], link_with : [libintel_common, libintel_compiler, libmesa_util], c_args : [c_vis_args, no_override_init_args], |