aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-02-06 15:46:25 -0800
committerDylan Baker <[email protected]>2018-04-18 09:03:57 -0700
commit34cb4d0ebc14663113705beae63dd52b9d1b2d87 (patch)
tree56da4fd1de8b6e232397b2ffa87e295657eb4c7f /src/meson.build
parentde01018293472369ec1202d7666a8329133cabaa (diff)
meson: build tests for gallium mesa state tracker
v2: - Fix typo Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 19005271d73..5d8d554d711 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -80,6 +80,9 @@ if with_egl
endif
if with_gallium
subdir('gallium')
+ # This has to be here since it requires libgallium, and subdir cannot
+ # contain ..
+ subdir('mesa/state_tracker/tests')
endif
# This must be after at least mesa, glx, and gallium, since libgl will be