summaryrefslogtreecommitdiff
path: root/libs/pbd/libpbd.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-12-04 15:15:11 -0500
committerDavid Robillard <d@drobilla.net>2016-12-04 15:15:11 -0500
commitb51321bd7dcf34055ba523506b35e2f38300cbb0 (patch)
tree9942fe92c6ba70f98feab07bc967b39fb0a96247 /libs/pbd/libpbd.pc.in
parent4c92d75cbe1689fac3158c775a15a3f693417d52 (diff)
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.
Diffstat (limited to 'libs/pbd/libpbd.pc.in')
-rw-r--r--libs/pbd/libpbd.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/pbd/libpbd.pc.in b/libs/pbd/libpbd.pc.in
index 14d0208845..6a39382e09 100644
--- a/libs/pbd/libpbd.pc.in
+++ b/libs/pbd/libpbd.pc.in
@@ -1,11 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@/pbd
+includedir=@includedir@
Name: libpbd
-Version: @VERSION@
+Version: @LIBPBD_VERSION@
Description: libpbd, a library of useful, generic C++ objects
-Requires:
+Requires: libcurl libarchive
Libs: -L${libdir} -lpbd @NON_PKG_LIBS@
-Cflags: -I${includedir} @NON_PKG_CFLAGS@
+Cflags: -I${includedir}/pbd-@LIBPBD_MAJOR_VERSION@ @NON_PKG_CFLAGS@