From d2d85b950d78c553b2694cda9ef0cc7bf9a0f737 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 22 Jul 2019 14:50:15 +0100 Subject: meson: replace libmesa_util with idep_mesautil This automates the include_directories and dependencies tracking so that all users of libmesa_util don't need to add them manually. Next commit will remove the ones that were only added for that reason. Signed-off-by: Eric Engestrom Acked-by: Eric Anholt Tested-by: Vinson Lee --- src/freedreno/vulkan/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/freedreno') diff --git a/src/freedreno/vulkan/meson.build b/src/freedreno/vulkan/meson.build index b14a4e70952..03079a14994 100644 --- a/src/freedreno/vulkan/meson.build +++ b/src/freedreno/vulkan/meson.build @@ -95,7 +95,6 @@ libvulkan_freedreno = shared_library( ], link_with : [ libvulkan_wsi, - libmesa_util, libfreedreno_drm, # required by ir3_shader_get_variant, which we don't use libfreedreno_ir3, ], @@ -110,6 +109,7 @@ libvulkan_freedreno = shared_library( idep_nir, tu_deps, idep_vulkan_util, + idep_mesautil, ], c_args : [c_vis_args, no_override_init_args, tu_flags], link_args : [ld_args_bsymbolic, ld_args_gc_sections], -- cgit v1.2.3