summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTran Ba Khang(MS/EMC31-XC) <Khang.TranBa@vn.bosch.com>2023-01-03 13:23:38 +0700
committerTran Ba Khang(MS/EMC31-XC) <Khang.TranBa@vn.bosch.com>2023-01-03 13:23:38 +0700
commit3d10e13299b445e49cc935568e6bf58968e2c587 (patch)
tree42105bc9deb6fdf369daef618c67c2b6eaa2824a
parent846ce906c6b0cf5938e4d0e9bde89fc2f9395ee5 (diff)
downloadwayland-ivi-extension-3d10e13299b445e49cc935568e6bf58968e2c587.tar.gz
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) <Khang.TranBa@vn.bosch.com>
-rw-r--r--ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}
)