Allow building with JACK1

git-svn-id: http://svn.fuzzle.org/mloop/trunk@38 ba049829-c6ef-42ef-81ac-908dd8d2e907
master
petern 2011-04-06 11:24:54 +00:00
parent 7eef4f4c77
commit 07ba8831fe
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# encoding: utf-8
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']
def build(bld):