David Robillard
b51321bd7d
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.
12 lines
320 B
PkgConfig
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@
|