diff options
author | Dylan Baker <[email protected]> | 2018-04-05 14:39:13 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-04-18 09:03:57 -0700 |
commit | d28c24650110c130008be3d3fe584520ff00ceb1 (patch) | |
tree | 34737e1b8a1e1cffd7d8e7414347041d9cf402eb /src/gallium/meson.build | |
parent | 34cb4d0ebc14663113705beae63dd52b9d1b2d87 (diff) |
meson: build graw tests
This only enables the null and xlib target, so no windows support yet.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r-- | src/gallium/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build index 4468b1906a0..02391728d30 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -192,5 +192,9 @@ if with_gallium_st_nine subdir('targets/d3dadapter9') endif if with_tests + subdir('targets/graw-null') + if with_glx == 'gallium-xlib' + subdir('targets/graw-xlib') + endif subdir('tests') endif |