From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB32FC433F5 for ; Wed, 19 Jan 2022 18:34:14 +0000 (UTC) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30BEB411CB; Wed, 19 Jan 2022 19:34:14 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 6EC8D41147 for ; Wed, 19 Jan 2022 19:34:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1642617252; x=1674153252; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MOTkU+XxowyRkD5QvPOCeaIgMFT78bjp+3RFub2ztRY=; b=Gxa4gCjpVBpzAG3RG6p+yL14ABbzYRh7w/XBqtbxEuAVlEK92ENodgHb irhBZNeRUHla6W9xvxWtgdU1EXu+e8f6SSM7Im8J4VrYPjWOhbc2IXvKE qmtprTG7ish4ZKzxaAJMFPPC2CpSyEzSUhC2cJ94+QUk81RC5GieXll15 vVuLUju8ZF5WvsfMVCCDLu4qr4cyOvOOOwvrsxx0fEXLOfcih4MfLKRQi JIRJgKGxVxaW7FU39m9wbsC3AtiQUmI9Pxgc4DC9T+pUNb75PyvEh8T6O CsxZ35+92zXYpnyMRcc5UWH2I6aN5WrmABQXLNuPoQwZnhcFAGctiqZmC w==; X-IronPort-AV: E=McAfee;i="6200,9189,10231"; a="331496512" X-IronPort-AV: E=Sophos;i="5.88,300,1635231600"; d="scan'208";a="331496512" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2022 10:10:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,300,1635231600"; d="scan'208";a="578907375" Received: from silpixa00399126.ir.intel.com ([10.237.223.86]) by fmsmga008.fm.intel.com with ESMTP; 19 Jan 2022 10:10:25 -0800 From: Bruce Richardson To: dev@dpdk.org Cc: david.marchand@redhat.com, Bruce Richardson , Stephen Hemminger , =?UTF-8?q?Morten=20Br=C3=B8rup?= Subject: [PATCH v2 3/6] build: add node library to optional list Date: Wed, 19 Jan 2022 18:09:59 +0000 Message-Id: <20220119181002.471195-4-bruce.richardson@intel.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220119181002.471195-1-bruce.richardson@intel.com> References: <20220113173918.2700651-1-bruce.richardson@intel.com> <20220119181002.471195-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Allow the 'node' library to be disabled in builds Signed-off-by: Bruce Richardson Acked-by: Stephen Hemminger Acked-by: Morten Brørup --- lib/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/meson.build b/lib/meson.build index af4662e942..dd20fe70a6 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -74,6 +74,7 @@ optional_libs = [ 'jobstats', 'latencystats', 'metrics', + 'node', 'pdump', 'power', 'vhost', -- 2.32.0