summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-07-29 19:22:33 -0700
committerEric Anholt <[email protected]>2018-07-29 19:22:33 -0700
commit34cefa7fe01aadf977a9b7a0164f1cb3d5db4fa4 (patch)
tree1184d09542f7f10a5341103216cdbfe58ccfd0ed
parent27f1bfe471d87783c2dd2be4cd3d0bbc1ae373cc (diff)
v3d: Fix meson build without vc4.
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index c2566b7a687..6213b7d8a36 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -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