annotate src/sord-0.12.0/sord.pc.in @ 80:0b60a66de5e2

This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author Chris Cannam
date Thu, 31 Oct 2019 13:20:41 +0000
parents c7265573341e
children
rev   line source
Chris@0 1 prefix=@PREFIX@
Chris@0 2 exec_prefix=@EXEC_PREFIX@
Chris@0 3 libdir=@LIBDIR@
Chris@0 4 includedir=@INCLUDEDIR@
Chris@0 5
Chris@0 6 Name: Sord
Chris@0 7 Version: @SORD_VERSION@
Chris@0 8 Description: A lightweight C library for storing RDF statements in memory.
Chris@0 9 Requires: @PKG_serd_0@
Chris@0 10 Libs: -L${libdir} -l@LIB_SORD@
Chris@0 11 Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@