meson: move expat dependency where it's needed
Suggested-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
@@ -40,6 +40,6 @@ libintel_common = static_library(
|
||||
files_libintel_common,
|
||||
include_directories : [inc_common, inc_intel],
|
||||
c_args : [c_vis_args, no_override_init_args],
|
||||
dependencies : dep_libdrm,
|
||||
dependencies : [dep_expat, dep_libdrm],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user