Module: Mesa Branch: master Commit: 34cefa7fe01aadf977a9b7a0164f1cb3d5db4fa4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34cefa7fe01aadf977a9b7a0164f1cb3d5db4fa4
Author: Eric Anholt <[email protected]> Date: Sun Jul 29 19:22:33 2018 -0700 v3d: Fix meson build without vc4. --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index c2566b7a68..6213b7d8a3 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
