[Mesa-dev] [PATCH mesa] meson: move expat dependency where it's needed
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Wed Oct 18 11:47:50 UTC 2017
Thanks Eric!
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
On 18/10/17 12:08, Eric Engestrom wrote:
> Suggested-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
> src/intel/common/meson.build | 2 +-
> src/intel/tools/meson.build | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build
> index 6b0af929d9ef481e3c46..db7d74a26d29a6ad7243 100644
> --- a/src/intel/common/meson.build
> +++ b/src/intel/common/meson.build
> @@ -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,
> )
> diff --git a/src/intel/tools/meson.build b/src/intel/tools/meson.build
> index 91092fdb5120df36d658..1996d5208f026c9fe81b 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],
More information about the mesa-dev
mailing list