libraries/stk: Migrate jack-audio-connection-kit => jack.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-18 17:12:49 -05:00 committed by Willy Sudiarto Raharjo
parent 595695b68b
commit dc35dff713
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 3 additions and 4 deletions

View File

@ -7,16 +7,15 @@ ease of use, and educational example code.
Optional dependencies:
* oss, for OSS audio API support
* jack-audio-connection-kit, for JACK audio API support
* jack, for JACK audio API support
Build Options:
STK has 3 audio APIs to choose from, that you can control
STK has 3 audio APIs to choose from, that you can control by
passing the AUDIOAPI variable value to the slackbuild.
AUDIOAPI=alsa (default, choose native ALSA API support)
AUDIOAPI=oss (choose native OSS API support, requires oss)
AUDIOAPI=jack (choose native JACK server API support,
requires jack-audio-connection-kit)
AUDIOAPI=jack (choose native JACK server API support, requires jack)