diff options
author | David Robillard <d@drobilla.net> | 2011-11-07 15:24:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-07 15:24:08 +0000 |
commit | 275d58b639fd0ea1b1060b314d97dd5752e94ed8 (patch) | |
tree | 503dc59148e9ed0429d9f4c86eb34bf0947b2b8e | |
parent | 88f1298924f4cb92fe81b0c2c8e16828b0456d8c (diff) | |
download | lv2-275d58b639fd0ea1b1060b314d97dd5752e94ed8.tar.xz |
Apply patch from Adrian Knoth to fix pkgconfig file install paths.
-rw-r--r-- | ext.wscript | 2 |
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/'), |