mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
v3d: Fix meson build without vc4.
This commit is contained in:
parent
27f1bfe471
commit
34cefa7fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ subdir('vulkan')
|
|||
if with_gallium_radeonsi or with_amd_vk
|
||||
subdir('amd')
|
||||
endif
|
||||
if with_gallium_vc4
|
||||
if with_gallium_vc4 or with_gallium_v3d
|
||||
subdir('broadcom')
|
||||
endif
|
||||
if with_dri_i965 or with_intel_vk
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue