Fixes issues with pkg-config oriented builds: * The use of symbols in -l libs should come before any definitions. * Add required jansson dependency.
14 lines
408 B
PkgConfig
14 lines
408 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE_NAME@_jansson
|
|
Description: Bitcoin block maker library.
|
|
Version: @PACKAGE_VERSION@
|
|
URL: @PACKAGE_URL@
|
|
Libs: -L${libdir} -lblkmaker_jansson-@LIBBLKMAKER_API_VERSION@ -lblkmaker-@LIBBLKMAKER_API_VERSION@
|
|
Cflags: -I${includedir}/libblkmaker-@LIBBLKMAKER_API_VERSION@
|
|
Requires: jansson
|
|
Requires.private: libbase58
|