Fix pkg-config files from returning wrong relative paths. 15/44915/2
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 29 Jul 2015 10:03:08 +0000 (12:03 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Wed, 29 Jul 2015 11:25:34 +0000 (04:25 -0700)
commit44461ead945d681a7941e0d2a2dc10b7103330f7
tree6e998b67f6437bb5dd544d409938ffe95f720fc9
parent5649bd03bdb39c513ec38545dffe5b00a6448160
Fix pkg-config files from returning wrong relative paths.

[Bug]           The pkg-config files were using wrong relative paths
[Cause]         CMAKE_INSTALL_* variables are relative, cmake could handle
                them internally for INSTALL and similar, but for
                pkgconfig understands them literally.
[Solution]      Use absolute paths everywhere.
[Verification]  Check the content of *.pc files after make install.

Change-Id: I2a14d0f9ddc45238be7e8d487d186df1877730bd
CMakeLists.txt