projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f1bfe
)
v3d: Fix meson build without vc4.
author
Eric Anholt
<eric@anholt.net>
Mon, 30 Jul 2018 02:22:33 +0000
(19:22 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 30 Jul 2018 02:22:33 +0000
(19:22 -0700)
src/meson.build
patch
|
blob
|
history
diff --git
a/src/meson.build
b/src/meson.build
index c2566b7a68778597a117724d3faf51c643d122f3..6213b7d8a361d2f81d48017bbe631ed5f246254a 100644
(file)
--- 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