annotate src/capnproto-git-20161025/c++/capnp-json.pc.in @ 168:ceec0dd9ec9c

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 07 Feb 2020 11:51:13 +0000
parents 1ac99bfc383d
children
rev   line source
cannam@133 1 prefix=@prefix@
cannam@133 2 exec_prefix=@exec_prefix@
cannam@133 3 libdir=@libdir@
cannam@133 4 includedir=@includedir@
cannam@133 5
cannam@133 6 Name: Cap'n Proto JSON
cannam@133 7 Description: JSON encoder and decoder for Cap'n Proto objects
cannam@133 8 Version: @VERSION@
cannam@133 9 Libs: -L${libdir} -lcapnp-json
cannam@133 10 Requires: capnp = @VERSION@ kj-async = @VERSION@
cannam@133 11 Cflags: -I${includedir}