From bcc2b2a1032306711591ae59205b81ed67d08387 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Oct 2011 05:16:22 +0000 Subject: Fix running as an LV2 plugin. Install template bundles for loading Ingen in LV2 hosts. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3555 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 16628539..bb8c8788 100644 --- a/wscript +++ b/wscript @@ -169,4 +169,8 @@ def build(bld): os.path.join(bld.env['DATADIR'], 'icons', 'hicolor', s, 'apps', 'ingen.png'), 'icons/' + s + '/ingen.png') + # Template patches/plugins bundle + bld.install_files('${LV2DIR}/ingen.lv2/', + bld.path.ant_glob('ingen.lv2/*')) + bld.add_post_fun(autowaf.run_ldconfig) -- cgit v1.2.1