diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-28 19:14:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-28 19:14:53 +0100 |
| commit | fba372ef15a9dd9c6f840e5c03bdb85146657955 (patch) | |
| tree | a9721b949021a7eea410db5dad42a92cad8d9829 | |
| parent | ff5a8396812aa3dfaa6010915199519e535fcec3 (diff) | |
Missing dep in .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 0f3239b7..3cdda02e 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 +Requires: sigc++-2.0 openssl libxml++-2.6 xmlsec1 libasdcp-cth Libs: @libs@ Cflags: -I${includedir} |
