summaryrefslogtreecommitdiff
path: root/vboot_host.pc.in
diff options
context:
space:
mode:
authorNam T. Nguyen <namnguyen@chromium.org>2015-02-17 13:26:44 -0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-02-19 01:18:37 +0000
commit07d9043da43ddce10406f56a040fb5a240747282 (patch)
treeceb77ae41ec22b67c669acad335fedfe055dc6bf /vboot_host.pc.in
parentaa4ee34524f9aef7b1996daecac8dbedcff3a871 (diff)
downloadvboot-07d9043da43ddce10406f56a040fb5a240747282.tar.gz
vboot_reference: Install vboot_host.pc file
Since we are going to pull in libmtdutils, it would be nice to let downstream packages automatically query for appropriate linking flags. BUG=chromium:459338 BRANCH=None CQ-DEPEND=CL:250836 TEST=See the depending CL. Change-Id: I9ff8046b95e1d7e909a483fe87a69d460777e192 Reviewed-on: https://chromium-review.googlesource.com/250530 Commit-Queue: Nam Nguyen <namnguyen@chromium.org> Trybot-Ready: Nam Nguyen <namnguyen@chromium.org> Tested-by: Nam Nguyen <namnguyen@chromium.org> Reviewed-by: Nam Nguyen <namnguyen@chromium.org>
Diffstat (limited to 'vboot_host.pc.in')
-rw-r--r--vboot_host.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/vboot_host.pc.in b/vboot_host.pc.in
new file mode 100644
index 00000000..46243db7
--- /dev/null
+++ b/vboot_host.pc.in
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+includedir=${prefix}/include
+libdir=${prefix}/@LIBDIR@
+
+Name: libvboot_host
+Version: 2
+Description: Static library of functions related to vboot and cgpt.
+Cflags: -I${includedir}
+Libs: -L${libdir} -lvboot_host @LDLIBS@