diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-10-14 15:16:42 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-10-14 15:16:42 +0200 |
commit | 019054dc28dff58b74f6c28be9bb13b3e8460b94 (patch) | |
tree | 1ff4f8f7b9cbfc0883b2b158efc1605db6605070 /afb-helpers-qt.pc.in | |
parent | 826731fde22a34cfbd64035a3f20554a6b50a5cf (diff) |
Pkg config files: use CMAKE_INSTALL_LIBDIR varhalibut_8.0.6halibut_8.0.5halibut_8.0.4halibut_8.0.3halibut/8.0.6halibut/8.0.5halibut/8.0.4halibut/8.0.38.0.68.0.58.0.48.0.3halibut
library folders may be lib or lib64
so use cmake CMAKE_INSTALL_LIBDIR variable instead of lib
Bug-AGL: SPEC-2846
(cherry picked from commit 25bb4512a2c2bc66f9eb255a872600f67bd4943f
original author: clement.benier@iot.bzh)
Change-Id: I7a63052990a5268f971b08c0640b6bb199b272d3
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'afb-helpers-qt.pc.in')
-rw-r--r-- | afb-helpers-qt.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afb-helpers-qt.pc.in b/afb-helpers-qt.pc.in index 772aeb6..9a7a5a9 100644 --- a/afb-helpers-qt.pc.in +++ b/afb-helpers-qt.pc.in @@ -18,7 +18,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} -libdir=${exec_prefix}/lib +libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/include Name: @TARGET_NAME@-qt |