jackaudio / jack-example-tools

Official examples and tools from the JACK project
GNU General Public License v2.0
37 stars 14 forks source link

Build system #8

Closed dvzrv closed 3 years ago

dvzrv commented 3 years ago

This adds integration for the meson build system. All previous build system integration is removed.

This PR also adds fixes so that all executables and libraries can be build using jack1 and jack2 (still needs CI integration, but locally tested against jack2).

Fixes #2

dvzrv commented 3 years ago

To be able to build the zalsa integration against jack1, we need to release a new version, containing a fix, that is not included in jack1 0.125.0 (see https://github.com/jackaudio/jack1/issues/108).

dvzrv commented 3 years ago

For posterity: The relevant commits describing differences between jack1 and jack2 are: