Upgrade bundled gtest and make sure it does not clobber system gtest
On my Ubuntu system I can't use the bundled gtest because it's installed at the same path as system gtest. This PR moves the headers to $prefix/include/xorg/gtest-lib (couldn't think of a better path).
Additionally, the gtest itself is upgraded to fix a couple of bugs.