apply pkg-config patch to googletest

Googletest doesn't properly support pkg-config, however
there is a patch used by the yocto community.  This sets
everything up, and applies the patch.  With this patch,
the gtest.pc, etc files are created and installed, allowing
autotools to find the gtest/gmock libraries and correctly
configure any code using them.  Previously this was worked
around by explicitly using -lgtest, without checking for the
library.

Change-Id: I64854e676d74afa3d9e809e8d59351cfb88490f4
Signed-off-by: Patrick Venture <venture@google.com>
1 file changed