mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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:43a6e84927("meson: build mesa test.") Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> (cherry picked from commitaaab624245)
This commit is contained in:
parent
3b9b66560a
commit
53ff157c33
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue