diff options
author | Eric Engestrom <[email protected]> | 2019-03-05 16:21:47 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2020-03-28 21:36:54 +0100 |
commit | 79af30768d6cf8e28c7cf49f99fff6c2b2cb030b (patch) | |
tree | 2959579481faa474f5599c2d3491456c2259235a /src/panfrost/shared | |
parent | 5a32dda8e6f5780ed5e0927486f5eb4971d0162b (diff) |
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 <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4360>
Diffstat (limited to 'src/panfrost/shared')
-rw-r--r-- | src/panfrost/shared/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/shared/meson.build b/src/panfrost/shared/meson.build index 7f5f398c594..0a342e39701 100644 --- a/src/panfrost/shared/meson.build +++ b/src/panfrost/shared/meson.build @@ -30,7 +30,7 @@ libpanfrost_shared_files = files( libpanfrost_shared = static_library( 'panfrost_shared', [libpanfrost_shared_files], - include_directories : [inc_common], + include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux], c_args : [c_vis_args, no_override_init_args, '-O3'], cpp_args : [cpp_vis_args], build_by_default : false, |