mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Bump JACK dependency to 0.117.0
This version is required since we recently started using jack_free() https://bugs.freedesktop.org/show_bug.cgi?id=38858
This commit is contained in:
parent
cc41b1e776
commit
16147ae828
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@ AC_ARG_ENABLE([jack],
|
|||
AS_HELP_STRING([--disable-jack],[Disable optional JACK support]))
|
||||
|
||||
AS_IF([test "x$enable_jack" != "xno"],
|
||||
[PKG_CHECK_MODULES(JACK, [ jack >= 0.100 ], HAVE_JACK=1, HAVE_JACK=0)],
|
||||
[PKG_CHECK_MODULES(JACK, [ jack >= 0.117.0 ], HAVE_JACK=1, HAVE_JACK=0)],
|
||||
HAVE_JACK=0)
|
||||
|
||||
AS_IF([test "x$enable_jack" = "xyes" && test "x$HAVE_JACK" = "x0"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue