From 4d925cb671918d228249510f88ffb9fc317cab7a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 17:10:28 +0000 Subject: Fix broken pkg-config dependencies. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4105 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'wscript') 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 -- cgit v1.2.1