From: Andrew Rybchenko Date: Tue, 20 Mar 2018 11:26:17 +0000 (+0000) Subject: net/ixgbe: fix library version in meson build X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8b7701e347a48bb864ec130a95383cb6c657ec0b;p=dpdk.git net/ixgbe: fix library version in meson build Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson") Cc: stable@dpdk.org Signed-off-by: Andrew Rybchenko Acked-by: Bruce Richardson --- diff --git a/drivers/net/ixgbe/meson.build b/drivers/net/ixgbe/meson.build index 60af0baef8..f649e659d5 100644 --- a/drivers/net/ixgbe/meson.build +++ b/drivers/net/ixgbe/meson.build @@ -1,6 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation +version = 2 + cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS'] subdir('base')