From e70927f4eed0f241dfd92b5f3feccb0f4649aa2e Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Wed, 31 Jan 2018 17:05:13 -0300 Subject: [PATCH] Add jack to pkg-config requires. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 991cbec..286b7d9 100644 --- a/configure.ac +++ b/configure.ac @@ -153,6 +153,7 @@ AS_IF([test "x$with_jack" = "xyes"], [ AC_MSG_RESULT([using JACK]) AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR([JACK support requires the jack library!])) api="$api -D__UNIX_JACK__" + req="$req jack" ])