Add preliminary JACK support
Add preliminary support for the JACK Audio Connection Kit. Code needs to be heavily cleaned up and checked, this is just to establish a first working configuration.
This commit is contained in:
@@ -25,7 +25,8 @@ glava_dependencies = [
|
||||
cc.find_library('dl'),
|
||||
cc.find_library('m'),
|
||||
cc.find_library('X11'),
|
||||
cc.find_library('Xext')
|
||||
cc.find_library('Xext'),
|
||||
cc.find_library('jack')
|
||||
]
|
||||
|
||||
if cc.get_id() == 'clang'
|
||||
|
||||
Reference in New Issue
Block a user