meson: build freedreno tools when other parts of freedreno not enabled

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Emma Anholt <emma@anholt.net>
Acked-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13510>
This commit is contained in:
Ilia Mirkin 2021-10-24 20:06:20 -04:00 committed by Marge Bot
parent 6c61494771
commit fad6a80635
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ endif
if with_gallium_etnaviv
subdir('etnaviv')
endif
if with_gallium_freedreno or with_freedreno_vk
if with_gallium_freedreno or with_freedreno_vk or with_tools.contains('freedreno')
subdir('freedreno')
endif
if with_gallium_panfrost or with_gallium_lima or with_panfrost_vk or with_tools.contains('panfrost')