aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-amp.lv2/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eg-amp.lv2/wscript')
-rw-r--r--plugins/eg-amp.lv2/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/eg-amp.lv2/wscript b/plugins/eg-amp.lv2/wscript
index 52c2afc..d077f51 100644
--- a/plugins/eg-amp.lv2/wscript
+++ b/plugins/eg-amp.lv2/wscript
@@ -25,7 +25,7 @@ def configure(conf):
conf.env.append_unique('CFLAGS', '-std=c99')
if not autowaf.is_child():
- autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE')
+ autowaf.check_pkg(conf, 'lv2', uselib_store='LV2')
autowaf.display_msg(conf, "LV2 bundle directory", conf.env['LV2DIR'])
print('')
@@ -63,7 +63,7 @@ def build(bld):
name = 'amp',
target = '%s/amp' % bundle,
install_path = '${LV2DIR}/%s' % bundle,
- uselib = 'LV2CORE',
+ uselib = 'LV2',
includes = includes)
obj.env['cshlib_PATTERN'] = module_pat