aboutsummaryrefslogtreecommitdiffstats
path: root/ext.wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-07 15:24:08 +0000
committerDavid Robillard <d@drobilla.net>2011-11-07 15:24:08 +0000
commit275d58b639fd0ea1b1060b314d97dd5752e94ed8 (patch)
tree503dc59148e9ed0429d9f4c86eb34bf0947b2b8e /ext.wscript
parent88f1298924f4cb92fe81b0c2c8e16828b0456d8c (diff)
downloadlv2-275d58b639fd0ea1b1060b314d97dd5752e94ed8.tar.xz
Apply patch from Adrian Knoth to fix pkgconfig file install paths.
Diffstat (limited to 'ext.wscript')
-rw-r--r--ext.wscript2
1 files changed, 1 insertions, 1 deletions
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/'),