From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 151F010E1FB for ; Mon, 19 Jun 2023 12:47:50 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.7.76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id AC041580C25 for ; Mon, 19 Jun 2023 05:47:48 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1qBEIL-00GXUE-3C for igt-dev@lists.freedesktop.org; Mon, 19 Jun 2023 14:47:46 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Mon, 19 Jun 2023 14:47:44 +0200 Message-Id: <20230619124744.3941960-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t] meson_options.txt: disable Xe driver tests by default List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Change the build default for Xe driver tests to disabled, in order to prevent distros to ship them by accident. Reviewed-by: Kamil Konieczny Signed-off-by: Mauro Carvalho Chehab --- 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