mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-17 14:11:13 +01:00
Require lilv >= 0.16 (because lilv_world_get is introduced in this version).
This commit is contained in:
@@ -17,7 +17,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LV2], [
|
|||||||
|
|
||||||
dnl see if lv2 is installed on the system
|
dnl see if lv2 is installed on the system
|
||||||
|
|
||||||
PKG_CHECK_MODULES(LV2, [lv2 lilv-0],
|
PKG_CHECK_MODULES(LV2, [lv2 lilv-0 >= 0.16],
|
||||||
lv2_available_system="yes",
|
lv2_available_system="yes",
|
||||||
lv2_available_system="no")
|
lv2_available_system="no")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user