diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 16:36:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 16:36:42 +0000 |
| commit | 8e663fa7936def45e5d9addb21180b13d26cf22c (patch) | |
| tree | 71a8121c72386be025ac85bf7210cd9d7a8bc409 /wscript | |
| parent | 71de90f74085744d1c5ca35253eec003e41497a2 (diff) | |
Fix .pc file.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ def build(bld): bld(source = 'libdcp.pc.in', version = VERSION, includedir = '%s/include' % bld.env.PREFIX, - libs = "-L${libdir} -ldcp -lasdcp-libdcp -lkumu-libdcp -lboost_system%s" % boost_lib_suffix, + libs = "-L${libdir} -ldcp -lasdcp-libdcp -lkumu-libdcp -lcxml -lboost_system%s" % boost_lib_suffix, install_path = '${LIBDIR}/pkgconfig') bld.recurse('src') |
