summaryrefslogtreecommitdiffstats
path: root/waltham-transmitter
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
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')
-rw-r--r--waltham-transmitter/transmitter-plugin/CMakeLists.txt3
-rw-r--r--waltham-transmitter/waltham-renderer/CMakeLists.txt2
2 files changed, 3 insertions, 2 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
+
)
diff --git a/waltham-transmitter/waltham-renderer/CMakeLists.txt b/waltham-transmitter/waltham-renderer/CMakeLists.txt
index abf1a4c..768a7f0 100644
--- a/waltham-transmitter/waltham-renderer/CMakeLists.txt
+++ b/waltham-transmitter/waltham-renderer/CMakeLists.txt
@@ -55,5 +55,5 @@ target_link_libraries(${PROJECT_NAME} ${LIBS})
install (
TARGETS ${PROJECT_NAME}
- LIBRARY DESTINATION lib64/libweston-2
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/libweston-2
)