diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-18 12:21:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-18 12:21:48 +0100 |
| commit | 9ee5b2beff668cabaf72676585843e2cb96e01d5 (patch) | |
| tree | 4e0b1730f9b7908f1ef7f33d3949b5299811c102 | |
| parent | e841d657980849483d0651cccb889e7b4cf1d711 (diff) | |
Add dependency on sigc++.
| -rw-r--r-- | libdcp.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdcp.pc.in b/libdcp.pc.in index 0362ca44..8492324c 100644 --- a/libdcp.pc.in +++ b/libdcp.pc.in @@ -5,5 +5,6 @@ includedir=@includedir@ Name: libdcp Description: DCP creation library Version: @version@ +Requires: sigc++-2.0 Libs: @libs@ Cflags: -I${includedir} |
