summaryrefslogtreecommitdiffstats
path: root/waltham-transmitter/transmitter-plugin
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-11-07 08:57:40 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-11-07 08:57:53 +0100
commita1974a6a8cf8ed073b08bc65b01a6a6e99251723 (patch)
treeeb6472ff15fb0ea5b869e00f9a571898919c2c61 /waltham-transmitter/transmitter-plugin
parentd38b138897558aa5ddd3baf654c4511d3c135428 (diff)
Fix libdir in cmake files for yocto
Change-Id: Ic4bd32662e3e0bd74ed7aeecdc8d9fb5678329b8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'waltham-transmitter/transmitter-plugin')
-rw-r--r--waltham-transmitter/transmitter-plugin/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/waltham-transmitter/transmitter-plugin/CMakeLists.txt b/waltham-transmitter/transmitter-plugin/CMakeLists.txt
index a900d3b..d751870 100644
--- a/waltham-transmitter/transmitter-plugin/CMakeLists.txt
+++ b/waltham-transmitter/transmitter-plugin/CMakeLists.txt
@@ -58,5 +58,6 @@ target_link_libraries(${PROJECT_NAME} ${LIBS})
install (
TARGETS ${PROJECT_NAME}
- LIBRARY DESTINATION lib64/weston
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/weston
+
)