From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH 3/3] examples/vhost_crypto: fix dependency on vhost library Date: Mon, 25 Feb 2019 17:24:33 +0100 Message-ID: References: <20190225152304.62607-1-bruce.richardson@intel.com> <20190225152304.62607-4-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Bruce Richardson , dev@dpdk.org Return-path: In-Reply-To: <20190225152304.62607-4-bruce.richardson@intel.com> Content-Language: en-US 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 2/25/19 4:23 PM, Bruce Richardson wrote: > The vhost_crypto example app can't be used without the DPDK vhost > library, so disable the build of the example if the lib hasn't been > built. > > CC: stable@dpdk.org > Fixes: f5188211c721 ("examples/vhost_crypto: add sample application") > > Signed-off-by: Bruce Richardson > --- > examples/vhost_crypto/meson.build | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Maxime Coquelin Thanks, Maxime