net/ixgbe: fix library version in meson build
authorAndrew Rybchenko <arybchenko@solarflare.com>
Tue, 20 Mar 2018 11:26:17 +0000 (11:26 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 27 Mar 2018 22:07:35 +0000 (00:07 +0200)
Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson")
Cc: stable@dpdk.org
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/ixgbe/meson.build

index 60af0ba..f649e65 100644 (file)
@@ -1,6 +1,8 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
+version = 2
+
 cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
 
 subdir('base')