mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 08:50:09 +01:00
mesa: Don't make building tests conditional on building DRI drivers
These tests should work, and be built, even if you're only building gallium drivers. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8353>
This commit is contained in:
parent
df4a7d67aa
commit
a7762daa67
1 changed files with 1 additions and 1 deletions
|
|
@ -761,6 +761,6 @@ subdir('drivers/dri')
|
|||
if with_glx == 'xlib'
|
||||
subdir('drivers/x11')
|
||||
endif
|
||||
if with_tests and dri_drivers != []
|
||||
if with_tests
|
||||
subdir('main/tests')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue