summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2021-04-10 20:17:21 -0400
committerAlyssa Rosenzweig <none>2021-05-02 17:41:09 -0400
commit972409dacb9bb418ac0de4792e805e381e030b92 (patch)
tree65c3310dead907b7ffaa6d3f2de04336671074cd /meson_options.txt
parent0ea67e57e58a7a0bbc98a76f3886162cdb5aaa3b (diff)
asahi: Stub command-line compiler for AGX G13B
Based on the Bifrost standalone compiler, which was based on Midgard's standalone compiler, which was based on Freedreno's standalone compiler, which was..... It's like sour dough! Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10582>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ae495f41ae5..d725761df70 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -398,7 +398,7 @@ option(
'tools',
type : 'array',
value : [],
- choices : ['drm-shim', 'etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'lima', 'panfrost', 'all'],
+ choices : ['drm-shim', 'etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'lima', 'panfrost', 'asahi', 'all'],
description : 'List of tools to build. (Note: `intel-ui` selects `intel`)',
)
option(