[PkgConfig] Use @INCLUDE_INSTALL_DIR@ instead of the hard-coded path
authorWook Song <wook16.song@samsung.com>
Thu, 25 Oct 2018 07:01:54 +0000 (16:01 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 25 Oct 2018 11:19:23 +0000 (20:19 +0900)
commita44502a50e5d7feaf0b0afb96a7749433097eb56
treeb9a17b3d2a55c079515310b69de2d07fdc2d1927
parent8c5f4dea963af3d40dd0d8323aa07b664302ebc3
[PkgConfig] Use @INCLUDE_INSTALL_DIR@ instead of the hard-coded path

The existing input file for pkg-config uses the hard-coded path,
'/usr/include', to set the location to install the header files. In
order to improve portability, this patch replaces '/usr/include' with
@INCLUDE_INSTALL_DIR@ which is provided from the build script.

Signed-off-by: Wook Song <wook16.song@samsung.com>
nnstreamer.pc.in