diff options
author | Christian Gmeiner <[email protected]> | 2018-12-13 21:07:23 +0100 |
---|---|---|
committer | Christian Gmeiner <[email protected]> | 2018-12-18 21:50:58 +0100 |
commit | 7ea8e54dd6399b86961a89c35f46d8faccb2a52b (patch) | |
tree | 42e0f5fa24f82e1553da3bcee2605ab49fe4ddd2 /meson_options.txt | |
parent | e36d136102a6f1d3c103606e58b0cc6cf503b5d7 (diff) |
meson: add etnaviv to the tools option
Signed-off-by: Christian Gmeiner <[email protected]>
Reviewed-by: Dylan Baker <[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 589d10bb3f3..bfb06c4dd42 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -301,7 +301,7 @@ option( 'tools', type : 'array', value : [], - choices : ['freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'], + choices : ['etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'], description : 'List of tools to build. (Note: `intel-ui` selects `intel`)', ) option( |