summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/graw/meson.build2
-rw-r--r--src/gallium/tests/trivial/meson.build2
-rw-r--r--src/gallium/tests/unit/meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/tests/graw/meson.build b/src/gallium/tests/graw/meson.build
index 9a1f4e7db00..6d6840eb1d2 100644
--- a/src/gallium/tests/graw/meson.build
+++ b/src/gallium/tests/graw/meson.build
@@ -29,7 +29,7 @@ foreach t : progs
executable(
'graw-' + t,
t + '.c',
- include_directories : inc_common,
+ include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
link_with : [libgraw, libgraw_util, libgallium],
dependencies : [dep_m, idep_mesautil],
)
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,
'@[email protected]'.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,
diff --git a/src/gallium/tests/unit/meson.build b/src/gallium/tests/unit/meson.build
index 3a6badace7e..f94e1058d2c 100644
--- a/src/gallium/tests/unit/meson.build
+++ b/src/gallium/tests/unit/meson.build
@@ -23,7 +23,7 @@ foreach t : ['pipe_barrier_test', 'u_cache_test', 'u_half_test',
exe = executable(
t,
'@[email protected]'.format(t),
- include_directories : inc_common,
+ include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
link_with : libgallium,
dependencies : idep_mesautil,
install : false,