From 275d58b639fd0ea1b1060b314d97dd5752e94ed8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Nov 2011 15:24:08 +0000 Subject: Apply patch from Adrian Knoth to fix pkgconfig file install paths. --- ext.wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext.wscript b/ext.wscript index ccb3e58..0d7436f 100644 --- a/ext.wscript +++ b/ext.wscript @@ -94,7 +94,7 @@ def build(bld): # Pkgconfig file obj = bld(features = 'subst', source = 'ext.pc.in', - target = info.NAME + '.pc', + target = info.PKGNAME + '.pc', install_path = '${LIBDIR}/pkgconfig', INCLUDEDIR = bld.env['INCLUDEDIR'], INCLUDE_PATH = uri.replace('http://', 'lv2/'), -- cgit v1.2.1