summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@kernel.org>2023-05-09 09:21:29 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-06-20 07:52:58 +0200
commit4476edb0fb09b886f7e667d1174d13299d98c23f (patch)
tree0694140f095218ce00f3f74d06e3cd671fbbf18d /meson_options.txt
parent4f2f4b61eafc613ec58fd07bb11be7072b41c6bf (diff)
meson_options.txt: disable Xe driver tests by default
Change the build default for Xe driver tests to disabled, in order to prevent distros to ship them by accident. Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7b5a818cb..12b5bb3c3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -44,6 +44,7 @@ option('tests',
# drivers get upstreamed.
option('xe_driver',
type : 'feature',
+ value : 'disabled',
description : 'Build tests for Xe driver (experimental)')
option('libdrm_drivers',