meson: modules/alsa: Make alsa-util a shared library
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Thu, 20 Sep 2018 08:26:40 +0000 (15:26 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 4 Oct 2018 03:14:18 +0000 (08:44 +0530)
commit652d3db8f41ca22a371d9097c346c2241cf0b861
tree48d9d98ee17f61ce643d738963b6ed8d68eadc62
parent097a2ee6e67b44d2737d08d3dd347fa278b958aa
meson: modules/alsa: Make alsa-util a shared library

This is to be consistent. In pa currently, as built by the autotools,
libalsa-util is a shared library. Moreover, all the libraries for the
modules, as defined in `src/meson.build`, are also shared libraries.

So let's stick to shared libraries everywhere for now, for simplicity.

We can rework that later on.

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
src/modules/alsa/meson.build