move JACK configuration test(s) down to where they belong (in libs/backend/jack)
This commit is contained in:
@@ -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' ]
|
||||
|
||||
Reference in New Issue
Block a user