X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=4bd7776632a09bbccefba054b6af222224b964f7;hb=2e7cfe081f4148157bd06160f57390e0d43636f9;hp=96b21b8a0abab4c50b681daff67643192483478c;hpb=5b28e0bc6fa036464a3f4cf13300819f805d39d4;p=ardour.git diff --git a/wscript b/wscript index 96b21b8a0a..4bd7776632 100644 --- a/wscript +++ b/wscript @@ -594,6 +594,8 @@ def options(opt): help='Compile with support for linuxVST plugins') opt.add_option('--no-lxvst', action='store_false', dest='lxvst', help='Compile without support for linuxVST plugins') + opt.add_option('--no-lrdf', action='store_true', dest='no_lrdf', + help='Compile without support for LRDF LADSPA data even if present') opt.add_option('--nls', action='store_true', default=True, dest='nls', help='Enable i18n (native language support) (default)') opt.add_option('--no-nls', action='store_false', dest='nls')