From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DA8E2A00E6 for ; Fri, 12 Jul 2019 11:22:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 997AB1B9AC; Fri, 12 Jul 2019 11:22:35 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 786171B9AA for ; Fri, 12 Jul 2019 11:22:34 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2019 02:22:33 -0700 X-IronPort-AV: E=Sophos;i="5.63,482,1557212400"; d="scan'208";a="341649997" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.51]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2019 02:22:31 -0700 Date: Fri, 12 Jul 2019 10:22:28 +0100 From: Bruce Richardson To: David Hunt Cc: dev@dpdk.org, ferruh.yigit@intel.com Message-ID: <20190712092228.GA532@bricha3-MOBL.ger.corp.intel.com> References: <20190712090651.11824-1-david.hunt@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190712090651.11824-1-david.hunt@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH v1] examples/power: fix FreeBSD meson lib dependency X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Jul 12, 2019 at 10:06:51AM +0100, David Hunt wrote: > Samples apps that depend on the power library should not build if > the power library is not present. So now the following apps will > check to see if it's built, else skip building. > * l3fwd-pwer > * vm_power_manager > * guest_cli > > Fixes: e0130788576f ("examples/power: support meson/ninja build") > Fixes: 89f0711f9ddf ("examples: build some samples with meson") > Signed-off-by: David Hunt > --- > examples/l3fwd-power/meson.build | 6 ++++-- > examples/vm_power_manager/guest_cli/meson.build | 5 +++++ > examples/vm_power_manager/meson.build | 10 +++++++--- > 3 files changed, 16 insertions(+), 5 deletions(-) > Looks ok to me. Acked-by: Bruce Richardson