diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 23:12:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 23:12:38 +0100 |
| commit | 8374d7f67a287a8ee94a9baa39d847bc80f8be27 (patch) | |
| tree | ad2b649af691b6279a8997e27632c38e4de70566 | |
| parent | 341bdc0e4f78fed5f231e741142e2e74415f56b7 (diff) | |
Add xmlsec1 to pkg-config dependencies.
| -rw-r--r-- | libdcp.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdcp.pc.in b/libdcp.pc.in index 5d69c0d3..0dcc6ca2 100644 --- a/libdcp.pc.in +++ b/libdcp.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@ Name: libdcp Description: DCP creation library Version: @version@ -Requires: sigc++-2.0 openssl libxml++-2.6 +Requires: sigc++-2.0 openssl libxml++-2.6 xmlsec1 Libs: @libs@ Cflags: -I${includedir} |
