summaryrefslogtreecommitdiffstats
path: root/waltham-transmitter/waltham-renderer
diff options
context:
space:
mode:
authorVeeresh Kadasani <external.vkadasani@jp.adit-jv.com>2019-08-05 10:36:28 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-08-05 21:52:08 +0000
commitdb8af531ce0c44796a59675f34fab892c10940bf (patch)
tree3e503ffb936a86c9af1d76aaac4ad5d6cf3422d8 /waltham-transmitter/waltham-renderer
parent6b673b5726dea2d2f8d39caee34d0ca850cc146e (diff)
waltham-transmitter: Migrate to weston 6.0
SPEC-2696 Change-Id: Ideeb27c8cf65e4370777a9127868ef800645be26 Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> (cherry picked from commit 0fc0e974749f4ce35e14c23b050aa8fe693c3ce5)
Diffstat (limited to 'waltham-transmitter/waltham-renderer')
-rw-r--r--waltham-transmitter/waltham-renderer/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/waltham-transmitter/waltham-renderer/CMakeLists.txt b/waltham-transmitter/waltham-renderer/CMakeLists.txt
index 768a7f0..17411b9 100644
--- a/waltham-transmitter/waltham-renderer/CMakeLists.txt
+++ b/waltham-transmitter/waltham-renderer/CMakeLists.txt
@@ -38,7 +38,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
set(LIBS
m
- weston-2
+ weston-6
gstallocators-1.0
gstvideo-1.0
${WAYLAND_SERVER_LIBRARIES}
@@ -55,5 +55,5 @@ target_link_libraries(${PROJECT_NAME} ${LIBS})
install (
TARGETS ${PROJECT_NAME}
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/libweston-2
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/libweston-6
)