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/gallium/drivers/lima/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/lima') diff --git a/src/gallium/drivers/lima/meson.build b/src/gallium/drivers/lima/meson.build index 0f13b9c7272..27e5ac00142 100644 --- a/src/gallium/drivers/lima/meson.build +++ b/src/gallium/drivers/lima/meson.build @@ -99,12 +99,12 @@ lima_compiler = executable( dependencies : [ dep_thread, idep_nir, + idep_mesautil, ], link_with : [ liblima, libgallium, libglsl_standalone, - libmesa_util, libpanfrost_shared, ], build_by_default : with_tools.contains('lima'), -- cgit v1.2.3