[igt-dev] [PATCH i-g-t 2/2] meson_options.txt: disable Xe driver tests by default

Mauro Carvalho Chehab mauro.chehab at linux.intel.com
Tue May 9 07:34:26 UTC 2023


From: Mauro Carvalho Chehab <mchehab at kernel.org>

Change the build default for Xe driver tests to disabled,
in order to prevent distros to ship them by accident.

Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
 meson_options.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson_options.txt b/meson_options.txt
index 7b5a818cb72f..12b5bb3c32d9 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',
-- 
2.40.1



More information about the igt-dev mailing list