mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
move JACK configuration test(s) down to where they belong (in libs/backend/jack)
This commit is contained in:
parent
645350815c
commit
af8a1c146d
2 changed files with 1 additions and 6 deletions
|
|
@ -19,6 +19,7 @@ def options(opt):
|
|||
autowaf.set_options(opt)
|
||||
|
||||
def configure(conf):
|
||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.123.0')
|
||||
autowaf.configure(conf)
|
||||
|
||||
def build(bld):
|
||||
|
|
@ -32,7 +33,6 @@ def build(bld):
|
|||
'jack_session.cc',
|
||||
]
|
||||
obj.includes = ['.']
|
||||
obj.cxxflags = [ '-fPIC' ]
|
||||
obj.name = 'jack_audiobackend'
|
||||
obj.target = 'jack_audiobackend'
|
||||
obj.uselib = [ 'JACK' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue