diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-01-31 17:05:13 -0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-01-31 17:05:13 -0300 |
| commit | e70927f4eed0f241dfd92b5f3feccb0f4649aa2e (patch) | |
| tree | 65f6f0297d4a4d7bde6cd6e249d345dfd8e84aa1 | |
| parent | a748c368854372803e281fd123036d348bbe0fd1 (diff) | |
Add jack to pkg-config requires.
| -rw-r--r-- | configure.ac | 1 |
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" ]) |
