From 386cc6ceba441e1a37a25bf0e452afbe930a6c18 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 25 Oct 2016 20:00:42 +0200 Subject: pkg-config: fix library directory. The install destination might be lib64, and a CMake variable exists that contains this information, CMAKE_INSTALL_LIBDIR. --- automotive-dlt.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive-dlt.pc.in b/automotive-dlt.pc.in index 7646f89..d587ea1 100644 --- a/automotive-dlt.pc.in +++ b/automotive-dlt.pc.in @@ -17,7 +17,7 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ -libdir=${exec_prefix}/lib +libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${exec_prefix}/include Name: DLT -- cgit v1.2.1