aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmin Hassani <ahassani@google.com>2018-10-12 12:51:52 -0700
committerAmin Hassani <ahassani@google.com>2018-10-19 10:53:15 -0700
commit957b866bc4a15c2e73975a26710d81e5d7163857 (patch)
tree38ea516577da057fb423c69fa98d17fcb0d053d8
parente202288746d3517d8abcfae0ed11c000e96cc3b0 (diff)
downloadpuffin-957b866bc4a15c2e73975a26710d81e5d7163857.tar.gz
puffin: Fix .pc files
Uprev the version to 1.0.0 as it is in README.version Add proper library dependencies (libbsdiff and libbspatch) Bug: crbug.com/891899 Test: sudo FEATURES=test emerge puffin update_engine Change-Id: I1ca8fb048117355e468157bc6f78cd375543c053
-rw-r--r--libpuffdiff.pc7
-rw-r--r--libpuffpatch.pc7
2 files changed, 10 insertions, 4 deletions
diff --git a/libpuffdiff.pc b/libpuffdiff.pc
index 50c8ca2..f75de07 100644
--- a/libpuffdiff.pc
+++ b/libpuffdiff.pc
@@ -2,5 +2,8 @@
Name: libpuffdiff
Description: Puffin library for generating delta patches
-Version: 0.0.1
-Libs: -lpuffdiff \ No newline at end of file
+Version: 1.0.0
+# libpuffdiff library is static lib ATM, so we don't use private versions of
+# Libs and Requires fields.
+Libs: -lpuffdiff
+Requires: libpuffpatch libbsdiff
diff --git a/libpuffpatch.pc b/libpuffpatch.pc
index 2c578a1..dbb7d74 100644
--- a/libpuffpatch.pc
+++ b/libpuffpatch.pc
@@ -2,5 +2,8 @@
Name: libpuffpatch
Description: Puffin library for applying delta patches
-Version: 0.0.1
-Libs: -lpuffpatch \ No newline at end of file
+Version: 1.0.0
+# libpuffpatch library is static lib ATM, so we don't use private versions of
+# Libs and Requires fields.
+Libs: -lpuffpatch
+Requires: libbspatch