13
0

Reinstate call to package config for JACK backend

Not sure how this got lost, merge perhaps.
This commit is contained in:
Tim Mayberry 2013-12-03 20:21:17 +10:00
parent 0f6a65e405
commit a420328354

View File

@ -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