diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-12 16:46:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | fe90ef2c3c03e1546c08be1f1ab90edd8d2eba3e (patch) | |
| tree | 35e95837ef6c82d2e41ea6dd6c8bd693c084ecf4 | |
| parent | 98ca5b8d954163ba73d1b71422547c104cec7ed0 (diff) | |
Add xerces-c dependency to .pc file.
| -rw-r--r-- | libdcp-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdcp-1.0.pc.in b/libdcp-1.0.pc.in index a5f7a9ad..a5e12bde 100644 --- a/libdcp-1.0.pc.in +++ b/libdcp-1.0.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@ Name: libdcp Description: DCP reading and writing library Version: @version@ -Requires: sigc++-2.0 openssl libxml++-2.6 xmlsec1 libasdcp-carl +Requires: sigc++-2.0 openssl libxml++-2.6 xmlsec1 libasdcp-carl xerces-c Libs: @libs@ Cflags: -I${includedir} |
