From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 5A6E0A0555;
	Wed, 25 May 2022 19:14:22 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 4ACF242685;
	Wed, 25 May 2022 19:14:22 +0200 (CEST)
Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com
 [67.231.148.174])
 by mails.dpdk.org (Postfix) with ESMTP id E0B4540C35
 for <dev@dpdk.org>; Wed, 25 May 2022 19:14:20 +0200 (CEST)
Received: from pps.filterd (m0045849.ppops.net [127.0.0.1])
 by mx0a-0016f401.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 24PA074r029110;
 Wed, 25 May 2022 10:14:19 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com;
 h=from : to : cc :
 subject : date : message-id : in-reply-to : references : mime-version :
 content-transfer-encoding : content-type; s=pfpt0220;
 bh=jrvYqpvchoeSKsfJP9N/4IS70SmdIH/RR3mOdONB0mQ=;
 b=g3QPbOU074HODJwcXsjoasv3CExoHttYKTyBWNzy56jW4KhVFoKx2DiJu+9MvD4KpawD
 N19iXJRZZnTDBfKFfA5GEAQkkHu9/ub1A0+AWhEqdFxie11B6pzz0ziVwvnXl7IEp9QN
 WaPM+EJ+3mCeOmp+9EfZbcXRicGUJtnTKTSX9yWsJAzpvlGPlpf/UkgZWrP/iah+5YSE
 T5oLc9pRc2jYBnBq82IMzNgrOmqyGEucHHFj5Inpc0jkA1w360JAaCgeQbvm+sR53kPu
 2OfedOaprS1mYGGNR++ZVfRKlxPIdpsU5ghgAR321diQqBwOOl8Gyt2+K+2BAGngWezY Og== 
Received: from dc5-exch02.marvell.com ([199.233.59.182])
 by mx0a-0016f401.pphosted.com (PPS) with ESMTPS id 3g9jap1qw3-1
 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT);
 Wed, 25 May 2022 10:14:19 -0700
Received: from DC5-EXCH01.marvell.com (10.69.176.38) by DC5-EXCH02.marvell.com
 (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.18;
 Wed, 25 May 2022 10:14:18 -0700
Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH01.marvell.com
 (10.69.176.38) with Microsoft SMTP Server id 15.0.1497.2 via Frontend
 Transport; Wed, 25 May 2022 10:14:16 -0700
Received: from localhost.localdomain (unknown [10.28.34.38])
 by maili.marvell.com (Postfix) with ESMTP id 4BF6B3F7084;
 Wed, 25 May 2022 10:14:14 -0700 (PDT)
From: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
To: <dev@dpdk.org>
CC: Fan Zhang <roy.fan.zhang@intel.com>, Brian Dooley
 <brian.dooley@intel.com>, <lylavoie@iol.unh.edu>, Anoob Joseph
 <anoobj@marvell.com>, Archana Muniganti <marchana@marvell.com>, Jerin Jacob
 <jerinj@marvell.com>, Brandon Lo <blo@iol.unh.edu>
Subject: [v6, 01/11] examples/fips_validation: add jansson dependency
Date: Wed, 25 May 2022 22:43:37 +0530
Message-ID: <6ac0eb4315905ee4aeb3f01174f13ca793d86c08.1653498667.git.gmuthukrishn@marvell.com>
X-Mailer: git-send-email 2.25.1
In-Reply-To: <cover.1653498667.git.gmuthukrishn@marvell.com>
References: <cover.1653498667.git.gmuthukrishn@marvell.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
X-Proofpoint-GUID: asD0FC0JJ2qKTU3i02WfWSz1q3g6Kn1J
X-Proofpoint-ORIG-GUID: asD0FC0JJ2qKTU3i02WfWSz1q3g6Kn1J
X-Proofpoint-Virus-Version: vendor=baseguard
 engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.486,FMLib:17.11.64.514
 definitions=2022-05-25_04,2022-05-25_02,2022-02-23_01
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

From: Brandon Lo <blo@iol.unh.edu>

Added a check for RTE_HAS_JANSSON into the meson
configuration file for JSON support.

Signed-off-by: Brandon Lo <blo@iol.unh.edu>
---
 examples/fips_validation/meson.build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/fips_validation/meson.build b/examples/fips_validation/meson.build
index 7eef456318..8cd63066b5 100644
--- a/examples/fips_validation/meson.build
+++ b/examples/fips_validation/meson.build
@@ -21,3 +21,7 @@ sources = files(
         'fips_dev_self_test.c',
         'main.c',
 )
+
+if dpdk_conf.has('RTE_HAS_JANSSON')
+    ext_deps += jansson_dep
+endif
-- 
2.25.1