Allow building with JACK1
git-svn-id: http://svn.fuzzle.org/mloop/trunk@38 ba049829-c6ef-42ef-81ac-908dd8d2e907master
parent
7eef4f4c77
commit
07ba8831fe
|
@ -2,7 +2,7 @@
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
|
||||||
def configure(conf):
|
def configure(conf):
|
||||||
conf.check_cfg(package='jack', uselib_store='JACK', args='--cflags --libs', atleast_version='1.9.2')
|
conf.check_cfg(package='jack', uselib_store='JACK', args='--cflags --libs', atleast_version='0.116.2')
|
||||||
conf.env['LIB_NCURSES'] = ['ncurses']
|
conf.env['LIB_NCURSES'] = ['ncurses']
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
|
|
Loading…
Reference in New Issue