diff options
Diffstat (limited to 'lib/mesa/src/gallium/tests/graw')
-rw-r--r-- | lib/mesa/src/gallium/tests/graw/meson.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mesa/src/gallium/tests/graw/meson.build b/lib/mesa/src/gallium/tests/graw/meson.build index 6d6840eb1..fd416c162 100644 --- a/lib/mesa/src/gallium/tests/graw/meson.build +++ b/lib/mesa/src/gallium/tests/graw/meson.build @@ -29,8 +29,8 @@ foreach t : progs executable( 'graw-' + t, t + '.c', - 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], + include_directories : inc_common, + link_with : [libgraw, libgraw_util, libmesa_util, libgallium], + dependencies : [dep_m, dep_thread] ) endforeach |