diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-25 19:53:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-25 19:58:25 +0100 |
| commit | b395d79069cf64fd3a552fb843a31affa57662de (patch) | |
| tree | 2d2c4ab4192da2bfb223ab673ae5670c2676c9bd | |
| parent | b9828b6220729431a6c294abb72cba76e4e34313 (diff) | |
Remove explicit mention of sigc++ as a dependency (it's an implicit one).
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | libdcp-1.0.pc.in | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -26,7 +26,6 @@ Bugfixes were received from Philip Tschiemer. - pkg-config (for build system) - boost (1.45 or above): filesystem, signals2, datetime and unit testing libraries - openssl -- libsigc++ - libxml++ - xmlsec - sndfile diff --git a/libdcp-1.0.pc.in b/libdcp-1.0.pc.in index a5e12bde..04b326ca 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 xerces-c +Requires: openssl libxml++-2.6 xmlsec1 libasdcp-carl xerces-c Libs: @libs@ Cflags: -I${includedir} |
