mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Remove support for building against LV2 older than 1.2.0
LV2 1.2.0 was released in 2012, over 6 years ago now.
This commit is contained in:
parent
5f18d8ddfd
commit
30d59c8f6e
4 changed files with 4 additions and 37 deletions
|
|
@ -300,9 +300,7 @@ def configure(conf):
|
|||
atleast_version='2.0')
|
||||
|
||||
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2',
|
||||
atleast_version='1.0.0', mandatory=True)
|
||||
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_2_0',
|
||||
atleast_version='1.2.0', mandatory=False)
|
||||
atleast_version='1.2.0', mandatory=True)
|
||||
autowaf.check_pkg(conf, 'lv2', uselib_store='LV2_1_10_0',
|
||||
atleast_version='1.10.0', mandatory=False)
|
||||
autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue