mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
meson: simplify logic a bit
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32333>
This commit is contained in:
parent
a562047b60
commit
a093806798
1 changed files with 3 additions and 5 deletions
|
|
@ -111,13 +111,11 @@ endif
|
|||
if with_gallium_or_lvp
|
||||
subdir('gallium')
|
||||
endif
|
||||
if with_gallium
|
||||
if with_gallium and with_tests
|
||||
# This has to be here since it requires libgallium, and subdir cannot
|
||||
# contain ..
|
||||
if with_tests
|
||||
subdir('mesa/main/tests')
|
||||
endif
|
||||
if with_tests and with_shared_glapi
|
||||
subdir('mesa/main/tests')
|
||||
if with_shared_glapi
|
||||
subdir('mesa/state_tracker/tests')
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue