mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
The pkg-config file for lilv is called lilv-0 on Debian/Ubuntu.
This commit is contained in:
parent
a7886e55dc
commit
0a6e14d765
@ -17,7 +17,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LV2], [
|
||||
|
||||
dnl see if lv2 is installed on the system
|
||||
|
||||
PKG_CHECK_MODULES(LV2, [lv2 lilv],
|
||||
PKG_CHECK_MODULES(LV2, [lv2 lilv-0],
|
||||
lv2_available_system="yes",
|
||||
lv2_available_system="no")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user