Skip to content

Commit

Permalink
Add jack to pkg-config requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
radarsat1 committed Jan 31, 2018
1 parent 1784283 commit e0f3ebb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ AC_CANONICAL_HOST
AC_MSG_CHECKING(for MIDI API)

AS_IF([test "x$with_jack" = "xyes"], [
api="$api -D__UNIX_JACK__"
AC_MSG_RESULT(using JACK)
AC_CHECK_LIB(jack, jack_client_open, , AC_MSG_ERROR(JACK support requires the jack library!))])
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"
])

case $host in
*-*-linux*)
Expand Down

0 comments on commit e0f3ebb

Please sign in to comment.