diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-29 11:02:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-29 11:02:49 +0000 |
commit | 8c790d282ea10b253ddcb20649fcdcc54c1a003f (patch) | |
tree | 2cd0ddf7704c228d74367fc57cbf6ff0880762ab /lib/mesa/src/gallium/tests/graw | |
parent | 0a5358bb86890f3b6432fc92c972e972652932c5 (diff) |
Import Mesa 18.3.2
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 |