Reinstate call to package config for JACK backend
Not sure how this got lost, merge perhaps.
This commit is contained in:
parent
0f6a65e405
commit
a420328354
@ -20,6 +20,8 @@ def options(opt):
|
||||
autowaf.set_options(opt)
|
||||
|
||||
def configure(conf):
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.121.0')
|
||||
|
||||
#
|
||||
# PortAudio is currently used to get a list of audio device names.
|
||||
# We should find a better way to do this that doesn't involve this
|
||||
|
Loading…
Reference in New Issue
Block a user