ardour/libs/pbd/libpbd.pc.in
David Robillard b51321bd7d Make libpbd and evoral capable of standalone build
Just an update to slightly rotten wscripts, shouldn't be any changes during an
ardour build.  Motivation being a short development cycle for working on evoral
and/or its test suite.
2016-12-04 15:15:11 -05:00

12 lines
320 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libpbd
Version: @LIBPBD_VERSION@
Description: libpbd, a library of useful, generic C++ objects
Requires: libcurl libarchive
Libs: -L${libdir} -lpbd @NON_PKG_LIBS@
Cflags: -I${includedir}/pbd-@LIBPBD_MAJOR_VERSION@ @NON_PKG_CFLAGS@