From 12b6c48c856cd6137410ae4995781f8ad11e0645 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Mon, 2 Sep 2024 17:15:30 +0200 Subject: [PATCH] Update Integrity toolchain file Update Integrity toolchain file to meet the updated PlatformGraphics module requirements. Change-Id: I6ef5dd0d2440d32e537e30a301cf4b3c88b44130 Reviewed-by: Alexandru Croitor Reviewed-by: Kimmo Ollila --- .../linux/cmake_toolchain_files/integrity_toolchain.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/coin/provisioning/common/linux/cmake_toolchain_files/integrity_toolchain.cmake b/coin/provisioning/common/linux/cmake_toolchain_files/integrity_toolchain.cmake index 63cbc985..66185e7e 100644 --- a/coin/provisioning/common/linux/cmake_toolchain_files/integrity_toolchain.cmake +++ b/coin/provisioning/common/linux/cmake_toolchain_files/integrity_toolchain.cmake @@ -107,10 +107,11 @@ set(IntegrityPlatformGraphics_LIBRARIES_PACK "${EGL_LIBRARY_CHK_PATH}/libivfs.a" ) -list(APPEND _qt_igy_gui_libs +set(IntegrityPlatformGraphics_REQUIRED_LIBRARIES "${GLESv2_LIBRARY}" "${IntegrityPlatformGraphics_LIBRARY}" - "${IntegrityPlatformGraphics_LIBRARIES_PACK}") + "${IntegrityPlatformGraphics_LIBRARIES_PACK}" +) set(OPENGL_INCLUDE_DIR ${GL_INC_DIR}) set(OPENGL_opengl_LIBRARY ${EGL_LIBRARY})