mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
meson: only build mapi when needed
Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19600>
This commit is contained in:
parent
de90690aba
commit
ef564f9391
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ endif
|
|||
subdir('android_stub')
|
||||
subdir('c11/impl')
|
||||
subdir('util')
|
||||
subdir('mapi')
|
||||
if with_gallium
|
||||
subdir('mapi')
|
||||
endif
|
||||
# TODO: opengl
|
||||
subdir('compiler')
|
||||
if with_tools.contains('drm-shim')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue