X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fwscript;h=5e44ccf6871f76523144b50a7ccc4c30dd7d3ee2;hb=5fa4cf996bc9aad51d97a825f07cc23397437024;hp=31d2c506815015c25bd5e5440b5a1b6d0685535a;hpb=f00342b2d83b74aa248ba74a338fa54124537823;p=ardour.git diff --git a/libs/ardour/wscript b/libs/ardour/wscript index 31d2c50681..5e44ccf687 100644 --- a/libs/ardour/wscript +++ b/libs/ardour/wscript @@ -295,6 +295,10 @@ def configure(conf): atleast_version='0.6.0', mandatory=False) conf.define ('LV2_SUPPORT', 1) + # non-standard LV2 extention -- TODO: add option to disable?? + if conf.is_defined ('HAVE_LV2_1_10_0'): + conf.define ('LV2_EXTENDED', 1) + # autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH', # mandatory=False) autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT',