mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 11:50:42 +01:00
meson: only build glsl 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
e0adef2652
commit
1fa68d91c6
1 changed files with 3 additions and 1 deletions
|
|
@ -94,5 +94,7 @@ endif
|
|||
if with_clc
|
||||
subdir('clc')
|
||||
endif
|
||||
subdir('glsl')
|
||||
if with_gallium
|
||||
subdir('glsl')
|
||||
endif
|
||||
subdir('isaspec')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue