diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2018-02-06 15:46:25 -0800 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2018-04-18 09:03:57 -0700 |
commit | 34cb4d0ebc14663113705beae63dd52b9d1b2d87 (patch) | |
tree | 56da4fd1de8b6e232397b2ffa87e295657eb4c7f /src/meson.build | |
parent | de01018293472369ec1202d7666a8329133cabaa (diff) | |
download | mesa-34cb4d0ebc14663113705beae63dd52b9d1b2d87.tar.gz mesa-34cb4d0ebc14663113705beae63dd52b9d1b2d87.tar.bz2 mesa-34cb4d0ebc14663113705beae63dd52b9d1b2d87.zip |
meson: build tests for gallium mesa state tracker
v2: - Fix typo
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 3 |
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 |