diff options
author | Connor Abbott <[email protected]> | 2017-11-03 17:34:32 -0400 |
---|---|---|
committer | Connor Abbott <[email protected]> | 2019-07-18 14:33:23 +0200 |
commit | cc78a425772a377c309fe1a9cb02186a834621a8 (patch) | |
tree | 13d146a5534bce980700805a47e7bd3b6d7393a5 /meson_options.txt | |
parent | 4423552ff04647aae75dc2cc0dc0ce580b80b3a3 (diff) |
lima: Reintroduce the standalone compiler
I used this to test things without needing to have a device handy.
Acked-by: Qiang Yu <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 2a549c7dc37..5cbb85658a2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -310,7 +310,7 @@ option( 'tools', type : 'array', value : [], - choices : ['etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'], + choices : ['etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'lima', 'all'], description : 'List of tools to build. (Note: `intel-ui` selects `intel`)', ) option( |