meson: Enable oss module and padsp util
authorArnaud Rebillout <arnaud.rebillout@collabora.com>
Thu, 27 Sep 2018 08:39:21 +0000 (15:39 +0700)
committerArun Raghavan <arun@arunraghavan.net>
Thu, 4 Oct 2018 03:14:18 +0000 (08:44 +0530)
commit5b0a1df228ee7c84f38c276cbb9d90f3468bd49b
treeb5d14ffd122cc5e35338c73b6f4663476040a7a4
parent0d6ea15eea8e30cb09e1a8bc0dbf9dd43060f6c7
meson: Enable oss module and padsp util

Regarding the module:

This is unlike the autotools where liboss-util is built as a library,
here we build everything in the oss module, as apparently there's no
other consumer for liboss-util.

Regarding padsp:

Setting the install mode for padsp requires meson 0.47, so instead we
set padsp.in as executable in the git repository (which is what glib
does for gdbus-codegen btw).

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
meson.build
src/modules/meson.build
src/utils/meson.build
src/utils/padsp.in [changed mode: 0644->0755]