- 05 Aug, 2019 1 commit
-
-
Arun Raghavan authored
This mirrors the autotools option for all server-side dynamic libraries.
-
- 08 Jun, 2019 2 commits
-
-
Arnaud Rebillout authored
Signed-off-by:
Arnaud Rebillout <arnaud.rebillout@collabora.com>
-
Arnaud Rebillout authored
Signed-off-by:
Arnaud Rebillout <arnaud.rebillout@collabora.com>
-
- 06 Jun, 2019 1 commit
-
-
Arun Raghavan authored
Brings things in line with the autotools build, and adds ALSA mixer paths and profile-sets into the meson build system as well. The module installation path is also now customisable.
-
- 27 Dec, 2018 3 commits
-
-
Arnaud Rebillout authored
Signed-off-by:
Arnaud Rebillout <arnaud.rebillout@collabora.com>
-
Arnaud Rebillout authored
Signed-off-by:
Arnaud Rebillout <arnaud.rebillout@collabora.com>
-
Arnaud Rebillout authored
Signed-off-by:
Arnaud Rebillout <arnaud.rebillout@collabora.com>
-
- 04 Oct, 2018 1 commit
-
-
Arnaud Rebillout authored
This is needed now that we define HAVE_SYSTEMD_xxx Signed-off-by:
Arnaud Rebillout <arnaud.rebillout@collabora.com>
-
- 21 Jun, 2018 1 commit
-
-
Arun Raghavan authored
This is a working implementation of a build with meson. The server, utils, and most modules build with this, and it is possible to run from a build tree and play/capture audio on ALSA devices. There are a number of FIXMEs, of course, and a number of features that need to be enabled (modules, dependencies, installation, etc.), but this should provide everything we need to get there relatively quickly. To use this, install meson (distro package, or mesonbuild.com) and run: $ cd <pulseaudio src dir> $ meson <builddir> $ ninja -C <builddir>
-