From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id 441C510E3F7 for ; Thu, 17 Aug 2023 05:56:54 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org Date: Thu, 17 Aug 2023 11:19:16 +0530 Message-Id: <20230817054916.525796-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t] meson_options: Disable testplan 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: Disable testplan until we fully enabled it. Cc: Mauro Carvalho Chehab Signed-off-by: Bhanuprakash Modem --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meson_options.txt b/meson_options.txt index 12b5bb3c3..63f30b123 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -22,6 +22,7 @@ option('man', option('testplan', type : 'feature', + value : 'disabled', description : 'Build testplan documentation pages in ReST and html') option('sphinx', -- 2.40.0