summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 17:10:28 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 17:10:28 +0000
commit4d925cb671918d228249510f88ffb9fc317cab7a (patch)
treef5c5226222890eb02699f1b1e2d0170b333df3bf
parent4c3e08dfcf69450388ed8b612a4f01b182bc5908 (diff)
downloadlilv-4d925cb671918d228249510f88ffb9fc317cab7a.tar.gz
lilv-4d925cb671918d228249510f88ffb9fc317cab7a.tar.bz2
lilv-4d925cb671918d228249510f88ffb9fc317cab7a.zip
Fix broken pkg-config dependencies.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4105 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript11
1 files changed, 1 insertions, 10 deletions
diff --git a/wscript b/wscript
index 7256717..e3ebf24 100644
--- a/wscript
+++ b/wscript
@@ -181,18 +181,9 @@ def build(bld):
bld.install_files(includedir, bld.path.ant_glob('lilv/*.hpp'))
# Pkgconfig file
- pkg_deps = '''
-lv2-lv2plug.in-ns-ext-atom
-lv2-lv2plug.in-ns-ext-state
-lv2-lv2plug.in-ns-ext-urid
-lv2core
-serd-0
-sord-0
-sratom-0
-'''
autowaf.build_pc(bld, 'LILV', LILV_VERSION, LILV_MAJOR_VERSION, [],
{'LILV_MAJOR_VERSION' : LILV_MAJOR_VERSION,
- 'LILV_PKG_DEPS' : pkg_deps})
+ 'LILV_PKG_DEPS' : 'lv2-lv2plug.in-ns-ext-atom lv2-lv2plug.in-ns-ext-state lv2-lv2plug.in-ns-ext-urid lv2core serd-0 sord-0 sratom-0'})
lib_source = '''
src/collections.c