diff options
Diffstat (limited to 'lib/mesa/src/meson.build')
-rw-r--r-- | lib/mesa/src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mesa/src/meson.build b/lib/mesa/src/meson.build index 3b91c6a88..ae094fccf 100644 --- a/lib/mesa/src/meson.build +++ b/lib/mesa/src/meson.build @@ -63,6 +63,9 @@ endif if with_gallium_vc4 or with_gallium_v3d subdir('broadcom') endif +if with_gallium_freedreno + subdir('freedreno') +endif if with_dri_i965 or with_intel_vk subdir('intel') endif |