aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/fdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/fdl')
-rw-r--r--src/freedreno/fdl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/fdl/meson.build b/src/freedreno/fdl/meson.build
index 429be170a8b..ded2164fc7e 100644
--- a/src/freedreno/fdl/meson.build
+++ b/src/freedreno/fdl/meson.build
@@ -24,7 +24,7 @@ libfreedreno_layout = static_library(
'fd6_layout.c',
'freedreno_layout.c',
],
- include_directories : [inc_freedreno, inc_common],
+ include_directories : [inc_freedreno, inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
c_args : [c_vis_args, no_override_init_args],
cpp_args : [cpp_vis_args],
dependencies : idep_nir_headers,