Amend 109c3edb42, require JACK-2 headers to build

This commit is contained in:
Robin Gareus 2025-07-28 15:02:59 +02:00
parent 109c3edb42
commit 00efab1264
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -11,7 +11,7 @@ def options(opt):
pass
def configure(conf):
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.121.0')
autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='1.9.10')
#
# PortAudio is currently used to get a list of audio device names.