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

Kamil Konieczny kamil.konieczny at linux.intel.com
Fri May 12 08:57:25 UTC 2023


On 2023-05-09 at 12:42:03 +0200, Mauro Carvalho Chehab wrote:
> 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>

Reviewed-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>

> ---
>  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