Mesa (main): meson: build freedreno tools when other parts of freedreno not enabled

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 26 01:00:40 UTC 2021


Module: Mesa
Branch: main
Commit: fad6a806359efd7c64dc81443ece6d430454865f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fad6a806359efd7c64dc81443ece6d430454865f

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sun Oct 24 20:06:20 2021 -0400

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

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Emma Anholt <emma at anholt.net>
Acked-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13510>

---

 src/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/meson.build b/src/meson.build
index 5a4d329db0c..5bfa89b4825 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -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')



More information about the mesa-commit mailing list