Bump JACK dependency (#9958)
This commit is contained in:
2
wscript
2
wscript
@@ -1382,7 +1382,7 @@ int main () { __int128 x = 0; return 0; }
|
|||||||
|
|
||||||
if backends == ['']:
|
if backends == ['']:
|
||||||
backends = ['dummy']
|
backends = ['dummy']
|
||||||
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.121.0', mandatory=False)
|
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='1.9.10', mandatory=False)
|
||||||
if conf.is_defined('HAVE_JACK'):
|
if conf.is_defined('HAVE_JACK'):
|
||||||
backends += ['jack']
|
backends += ['jack']
|
||||||
if conf.is_defined('HAVE_PULSEAUDIO'):
|
if conf.is_defined('HAVE_PULSEAUDIO'):
|
||||||
|
|||||||
Reference in New Issue
Block a user