summaryrefslogtreecommitdiff
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-04-05 14:39:13 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-04-18 09:03:57 -0700
commitd28c24650110c130008be3d3fe584520ff00ceb1 (patch)
tree34737e1b8a1e1cffd7d8e7414347041d9cf402eb /src/gallium/meson.build
parent34cb4d0ebc14663113705beae63dd52b9d1b2d87 (diff)
meson: build graw tests
This only enables the null and xlib target, so no windows support yet. Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build4
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