From b51321bd7dcf34055ba523506b35e2f38300cbb0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Dec 2016 15:15:11 -0500 Subject: 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. --- libs/pbd/libpbd.pc.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs/pbd/libpbd.pc.in') 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@ -- cgit v1.2.3