diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-24 21:46:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-20 18:21:15 +0100 |
| commit | 3efbc8af3f71d47faaa38f9e20092bcfa08c3713 (patch) | |
| tree | 44b2b3a8847c13d7a005a5ebea71956276820527 /libdcp-1.0.pc.in | |
| parent | 8f1f5db2b193fe1db7eeabda2a7b3eee03dde886 (diff) | |
Allow building with libxml++-4.0 and C++17.
Diffstat (limited to 'libdcp-1.0.pc.in')
| -rw-r--r-- | libdcp-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdcp-1.0.pc.in b/libdcp-1.0.pc.in index 04b326ca..84fd39ce 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: openssl libxml++-2.6 xmlsec1 libasdcp-carl xerces-c +Requires: openssl libxml++-@xmlpp_api@ xmlsec1 libasdcp-carl xerces-c Libs: @libs@ Cflags: -I${includedir} |
