Mesa (main): meson: Build panfrost with tools=panfrost

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 22 18:17:45 UTC 2021


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Wed Jul 21 15:14:17 2021 -0400

meson: Build panfrost with tools=panfrost

...even if neither GL or VK drivers are being built. Useful for building the
standalone compiler on non-Linux systems.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12003>

---

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

diff --git a/src/meson.build b/src/meson.build
index acc7fe94abb..1b57765dd71 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -86,7 +86,7 @@ endif
 if with_gallium_freedreno or with_freedreno_vk
   subdir('freedreno')
 endif
-if with_gallium_panfrost or with_gallium_lima or with_panfrost_vk
+if with_gallium_panfrost or with_gallium_lima or with_panfrost_vk or with_tools.contains('panfrost')
   subdir('panfrost')
 endif
 if with_gallium_virgl or with_virtio_vk



More information about the mesa-commit mailing list