Files
OpenCellular/firmware/coreboot/3rdparty/vboot/vboot_host.pc.in
David Hendricks 95e19f53aa firmware/coreboot: Subtree merged vboot
Signed-off-by: David Hendricks <dhendricks@fb.com>
2018-06-14 15:19:56 -07:00

11 lines
253 B
PkgConfig

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@