summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
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