From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] build: fix meson build on FreeBSD Date: Thu, 26 Jul 2018 10:02:08 +0200 Message-ID: <2713381.WLaVrWBZtH@xps> References: <20180720135336.9639-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5E53025D9 for ; Thu, 26 Jul 2018 10:02:15 +0200 (CEST) In-Reply-To: <20180720135336.9639-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/07/2018 15:53, Bruce Richardson: > A number of drivers have dependencies on libraries which > are only built on Linux, and so they need to be disabled > on FreeBSD. Rather than basing the disabling on OS, in > each case we base the building of the library on the > presence of the required dependency. > > Fixes: 50385c106021 ("net/ifc: add to meson build") > Fixes: 4e9c73e96e83 ("net/netvsc: add Hyper-V network device") > Fixes: 5936aa3a39b9 ("net/vhost: add to meson build") > Fixes: 3298fa4853b8 ("raw/dpaa2_cmdif: introduce DPAA2 command interface driver") > Fixes: b1ee472fed58 ("raw/dpaa2_qdma: introduce the DPAA2 QDMA driver") > > Signed-off-by: Bruce Richardson Applied, thanks