From 4008300672810c269eb7c0af9c60138c5151790f Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 26 Jun 2025 16:05:35 -0400 Subject: [PATCH] build: Include panfrost to the tools 'all' list Part-of: --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 8e7acb6ca31..81dd7f9daf4 100644 --- a/meson.build +++ b/meson.build @@ -107,6 +107,7 @@ if with_tools.contains('all') 'lima', 'nir', 'nouveau', + 'panfrost', ] endif