summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorChristian Gmeiner <[email protected]>2018-12-13 21:07:23 +0100
committerChristian Gmeiner <[email protected]>2018-12-18 21:50:58 +0100
commit7ea8e54dd6399b86961a89c35f46d8faccb2a52b (patch)
tree42e0f5fa24f82e1553da3bcee2605ab49fe4ddd2 /meson.build
parente36d136102a6f1d3c103606e58b0cc6cf503b5d7 (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.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 57dd8b59cb4..86ae13fd60f 100644
--- a/meson.build
+++ b/meson.build
@@ -56,7 +56,7 @@ with_osmesa = get_option('osmesa')
with_swr_arches = get_option('swr-arches')
with_tools = get_option('tools')
if with_tools.contains('all')
- with_tools = ['freedreno', 'glsl', 'intel', 'nir', 'nouveau', 'xvmc']
+ with_tools = ['etnaviv', 'freedreno', 'glsl', 'intel', 'nir', 'nouveau', 'xvmc']
endif
dri_drivers_path = get_option('dri-drivers-path')