aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmin Hassani <ahassani@google.com>2018-10-19 19:02:29 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-19 19:02:29 -0700
commite8ceec08483474bd8fcd078d6381d3d19c70152c (patch)
tree38ea516577da057fb423c69fa98d17fcb0d053d8
parent58145c996bff9a77f4abdb396d1763a7e110f42f (diff)
parentf0bad1d0035d5045eac9d9e895239fc712d07715 (diff)
downloadpuffin-e8ceec08483474bd8fcd078d6381d3d19c70152c.tar.gz
Merge "puffin: Fix .pc files"
am: f0bad1d003 Change-Id: I500666a925580f030a970f98db6bb24926bfe201
-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