summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 418cc2a..fc8252e 100644
--- a/wscript
+++ b/wscript
@@ -170,7 +170,7 @@ def build(bld):
bld.install_files(includedir, bld.path.ant_glob('lilv/*.hpp'))
# Pkgconfig file
- pkg_deps = 'lv2-lv2plug.in-ns-ext-urid'
+ pkg_deps = 'serd-0 sord-0 lv2-lv2plug.in-ns-ext-urid'
if bld.is_defined('HAVE_LV2_STATE'):
pkg_deps += ' lv2-lv2plug.in-ns-ext-state'
autowaf.build_pc(bld, 'LILV', LILV_VERSION, LILV_MAJOR_VERSION, [],