Skip to content
Snippets Groups Projects
Commit 7a6e084b authored by Dylan Baker's avatar Dylan Baker
Browse files

meson: don't build classic mesa tests without dri_drivers


Since mesa_classic is build-on-demand the tests will create a demand and
add a bunch of extra compilation.

Fixes: 43a6e849
       ("meson: build mesa test.")
Signed-off-by: default avatarDylan Baker <dylan.c.baker@intel.com>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
(cherry picked from commit aaab6242)
parent 762c07b5
No related branches found
No related tags found
No related merge requests found
......@@ -732,6 +732,6 @@ endif
if with_glx == 'xlib'
subdir('drivers/x11')
endif
if with_tests
if with_tests and dri_drivers != []
subdir('main/tests')
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment