mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
Amend 109c3edb42, require JACK-2 headers to build
This commit is contained in:
parent
109c3edb42
commit
00efab1264
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ def options(opt):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.121.0')
|
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='1.9.10')
|
||||||
|
|
||||||
#
|
#
|
||||||
# PortAudio is currently used to get a list of audio device names.
|
# PortAudio is currently used to get a list of audio device names.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue