meson: inline inc_common

Let's make it clear what includes are being added everywhere, so that
they can be cleaned up.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4360>
This commit is contained in:
Eric Engestrom
2019-03-05 16:21:47 +00:00
parent 5a32dda8e6
commit 79af30768d
98 changed files with 199 additions and 158 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ files_libblorp = files(
libblorp = static_library(
'blorp',
files_libblorp,
include_directories : [inc_common, inc_intel],
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_intel],
c_args : [c_vis_args, no_override_init_args],
dependencies : [idep_nir_headers, idep_genxml],
)