aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-support/glog
AgeCommit message (Collapse)AuthorFilesLines
2017-12-22glog: Depend on gtest along with gflags and gmockPetr Nechaev1-1/+1
2017-11-22Fix glog compilation when gflags or gmock are installed on the host machinePetr Nechaev2-0/+49
Binaries gflags-config and gmock-config are not generated during cross-compilation so use pkg-config instead.