mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-16 08:37:42 +02:00
Do not check for indirect dependencies serd, sord, sratom (lilv is enough).
This commit is contained in:
parent
ccf157db84
commit
a7886e55dc
@ -17,7 +17,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LV2], [
|
||||
|
||||
dnl see if lv2 is installed on the system
|
||||
|
||||
PKG_CHECK_MODULES(LV2, [lv2 lilv serd sord sratom],
|
||||
PKG_CHECK_MODULES(LV2, [lv2 lilv],
|
||||
lv2_available_system="yes",
|
||||
lv2_available_system="no")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user