Skip to content

Commit

Permalink
build: do pkg-config search for lv2 instead of deprecated lv2core
Browse files Browse the repository at this point in the history
  • Loading branch information
David Runge authored and kaivehmanen committed Jun 26, 2019
1 parent 547b973 commit d592224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ AC_ARG_ENABLE(liblilv,
[
case "$enableval" in
y | yes)
PKG_CHECK_MODULES([LIBLILV], [lv2core lilv-0], HAVE_LIBLILV=yes, HAVE_LIBLILV=no)
PKG_CHECK_MODULES([LIBLILV], [lv2 lilv-0], HAVE_LIBLILV=yes, HAVE_LIBLILV=no)
if test "x${HAVE_LIBLILV}" = xyes ; then
AC_MSG_RESULT(yes)
enable_liblilv=yes
Expand Down

0 comments on commit d592224

Please sign in to comment.