From b395d79069cf64fd3a552fb843a31affa57662de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 25 Feb 2024 19:53:07 +0100 Subject: [PATCH] Remove explicit mention of sigc++ as a dependency (it's an implicit one). --- README.md | 1 - libdcp-1.0.pc.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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} -- 2.30.2