summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatt Coster <matt.coster@imgtec.com>2022-03-07 14:45:51 +0000
committerMatt Coster <matt.coster@imgtec.com>2022-03-24 11:39:39 +0000
commit97c4ce44e938360af2128dd42bfeff0a0716e687 (patch)
tree53109b256824575fe299880a6e7bc17c0011896f /meson.build
parent3b6ceea3e69b6fd55c9bb104dbacffdcf74cb86a (diff)
pvr: Gate offline compiler build behind -Dtools=imagination
This matches the behavior of e.g. panfrost's bifrost_compiler target. Signed-off-by: Matt Coster <matt.coster@imgtec.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15284>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 764381cdc0b..3258a98db7d 100644
--- a/meson.build
+++ b/meson.build
@@ -84,6 +84,7 @@ if with_tools.contains('all')
'nouveau',
'xvmc',
'asahi',
+ 'imagination',
]
endif