From 3d10e13299b445e49cc935568e6bf58968e2c587 Mon Sep 17 00:00:00 2001 From: "Tran Ba Khang(MS/EMC31-XC)" Date: Tue, 3 Jan 2023 13:23:38 +0700 Subject: ivi-id-agent-modules: missing linker directory include for libweston-desktop If user only build weston, the wayland and pixman are installed via apt, they will get the missing libweston-desktop header. Signed-off-by: Tran Ba Khang(MS/EMC31-XC) --- ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt index 3e604a5..d4fc24c 100644 --- a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt +++ b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt @@ -39,6 +39,7 @@ include_directories( link_directories( ${WAYLAND_SERVER_LIBRARY_DIRS} ${PIXMAN_LIBRARY_DIRS} + ${LIBWESTON_DESKTOP_LIBRARY_DIRS} ) -- cgit v1.2.1