aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/linux/webos.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/platform/linux/webos.cmake')
-rw-r--r--cmake/platform/linux/webos.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/platform/linux/webos.cmake b/cmake/platform/linux/webos.cmake
index b028c663cf..0ac0396116 100644
--- a/cmake/platform/linux/webos.cmake
+++ b/cmake/platform/linux/webos.cmake
@@ -5,7 +5,9 @@ include(${CMAKE_SOURCE_DIR}/cmake/platform/${CORE_SYSTEM_NAME}/wayland.cmake)
list(APPEND CORE_PLATFORM_NAME_LC wayland)
list(APPEND PLATFORM_REQUIRED_DEPS WaylandProtocolsWebOS PlayerAPIs>=1.0.0 PlayerFactory>=1.0.0 WebOSHelpers>=2.0.0 AcbAPI)
+list(APPEND PLATFORM_OPTIONAL_DEPS LibDovi)
list(APPEND ARCH_DEFINES -DTARGET_WEBOS)
+
set(PLATFORM_OPTIONAL_DEPS_EXCLUDE CEC)
set(ENABLE_PULSEAUDIO OFF CACHE BOOL "" FORCE)
set(TARGET_WEBOS TRUE)