summaryrefslogtreecommitdiff
path: root/libs/pbd/libpbd.pc.in
diff options
context:
space:
mode:
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@