diff options
Diffstat (limited to 'src/amd/common/meson.build')
-rw-r--r-- | src/amd/common/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build index 25fc75fb495..26029e06b08 100644 --- a/src/amd/common/meson.build +++ b/src/amd/common/meson.build @@ -58,7 +58,7 @@ libamd_common = static_library( 'amd_common', [amd_common_files, sid_tables_h, amdgfxregs_h], include_directories : [ - inc_common, inc_compiler, inc_mesa, inc_mapi, inc_amd, + inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_compiler, inc_mapi, inc_amd, ], dependencies : [ dep_thread, dep_elf, dep_libdrm_amdgpu, dep_valgrind, |