From 79af30768d6cf8e28c7cf49f99fff6c2b2cb030b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 5 Mar 2019 16:21:47 +0000 Subject: meson: inline `inc_common` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's make it clear what includes are being added everywhere, so that they can be cleaned up. Signed-off-by: Eric Engestrom Reviewed-by: Marek Olšák Part-of: --- src/gallium/tests/trivial/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/tests/trivial/meson.build') diff --git a/src/gallium/tests/trivial/meson.build b/src/gallium/tests/trivial/meson.build index bc6fbac47a9..a54e71d7225 100644 --- a/src/gallium/tests/trivial/meson.build +++ b/src/gallium/tests/trivial/meson.build @@ -22,7 +22,7 @@ foreach t : ['compute', 'tri', 'quad-tex'] executable( t, '@0@.c'.format(t), - include_directories : inc_common, + include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux], link_with : [libgallium, libpipe_loader_dynamic], dependencies : idep_mesautil, install : false, -- cgit v1.2.3