From: Carl Hetherington Date: Sun, 25 Feb 2024 18:53:07 +0000 (+0100) Subject: Remove explicit mention of sigc++ as a dependency (it's an implicit one). X-Git-Tag: v1.9.0~1 X-Git-Url: https://git.carlh.net/gitweb/?p=libdcp.git;a=commitdiff_plain;h=b395d79069cf64fd3a552fb843a31affa57662de Remove explicit mention of sigc++ as a dependency (it's an implicit one). --- diff --git a/README.md b/README.md index 337ce3cd..4bfe387f 100644 --- a/README.md +++ b/README.md @@ -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}