diff options
author | Eric Anholt <[email protected]> | 2017-10-12 13:53:12 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-10-17 13:41:59 -0700 |
commit | 1ae8018a6af81eec4832a57d9d0346aa3dd98d28 (patch) | |
tree | eff20ab270ce164b1bd978ac51bfe6b6a0b31372 /src/meson.build | |
parent | 2f4705afde707e8eb41b9414c25df91aa1ea2fb3 (diff) |
meson: Add support for the vc4 driver.
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
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') |