summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2018-01-31 17:05:13 -0300
committerStephen Sinclair <radarsat1@gmail.com>2018-01-31 17:05:13 -0300
commite70927f4eed0f241dfd92b5f3feccb0f4649aa2e (patch)
tree65f6f0297d4a4d7bde6cd6e249d345dfd8e84aa1
parenta748c368854372803e281fd123036d348bbe0fd1 (diff)
Add jack to pkg-config requires.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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"
])