X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fmeson.build;h=0326be0bfef31a0f423c281ddb8f6edfe572f9d6;hp=15d8af0197d38132fd9d3d36a3440a4e546f2699;hb=1ae8018a6af81eec4832a57d9d0346aa3dd98d28;hpb=2f4705afde707e8eb41b9414c25df91aa1ea2fb3 diff --git a/src/meson.build b/src/meson.build index 15d8af0197d..0326be0bfef 100644 --- a/src/meson.build +++ b/src/meson.build @@ -49,8 +49,10 @@ subdir('compiler') subdir('egl/wayland/wayland-drm') subdir('vulkan') subdir('amd') +if with_gallium_vc4 + subdir('broadcom') +endif subdir('intel') -# TODO: vc4 subdir('mesa') subdir('loader') subdir('glx')