mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue