aboutsummaryrefslogtreecommitdiff
path: root/cmake/scripts/linux/ExtraTargets.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/scripts/linux/ExtraTargets.cmake')
-rw-r--r--cmake/scripts/linux/ExtraTargets.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/linux/ExtraTargets.cmake b/cmake/scripts/linux/ExtraTargets.cmake
index 60e0daf714..9be92f19d4 100644
--- a/cmake/scripts/linux/ExtraTargets.cmake
+++ b/cmake/scripts/linux/ExtraTargets.cmake
@@ -28,7 +28,7 @@ if("wayland" IN_LIST CORE_PLATFORM_NAME_LC)
DEPENDS "${WAYLANDPP_SCANNER}" ${PROTOCOL_XMLS}
COMMENT "Generating wayland-protocols C++ wrappers")
- if(CORE_PLATFORM_NAME STREQUAL webos)
+ if("webos" IN_LIST CORE_PLATFORM_NAME_LC)
include(${CMAKE_SOURCE_DIR}/cmake/scripts/webos/ExtraTargets.cmake)
endif()