summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-07-12 11:41:37 -0700
committerEric Anholt <eric@anholt.net>2018-07-13 13:29:29 -0700
commit162fcdad6a9db9819f4c18d6f5f4083e50edc00a (patch)
treecc728ee11c77435a9d367c243862237a37cc90cf /meson_options.txt
parent695a4cb0f6120463d16d3e0ef747675a83b769ea (diff)
downloadmesa-162fcdad6a9db9819f4c18d6f5f4083e50edc00a.tar.gz
meson: Move xvmc test tools from unit tests to installed tools.
These are not unit tests, as they rely on the host's XVMC and some user configuration. Switch them over to being general installed tools, to fix unit testing. Fixes: 22a817af8a89 ("meson: build gallium xvmc state tracker") Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
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 5de73536bf7..5bb560b61fb 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -295,7 +295,7 @@ option(
'tools',
type : 'array',
value : [],
- choices : ['freedreno', 'glsl', 'intel', 'nir', 'nouveau', 'all'],
+ choices : ['freedreno', 'glsl', 'intel', 'nir', 'nouveau', 'xvmc', 'all'],
description : 'List of tools to build.',
)
option(