build: change default library type to static
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 4 Dec 2017 15:00:33 +0000 (15:00 +0000)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 20:58:59 +0000 (21:58 +0100)
commit93b1f90ae17425c496257bacb21d9699dd072cf3
tree14d8e9259877857ad20edf28de2d6834af4c5899
parent3e5c3d58e1dbbcdc803ca87ebf1d26129645d70a
build: change default library type to static

Now that we always build both static and shared libraries, the default
library type only applies to apps and examples. To avoid issues with
paths when doing actual development with DPDK, change the default app
build to static. This makes sure that testpmd, and any examples built as
part of a development build, are runnable without being installed.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
meson.build