summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTran Ba Khang(MS/EMC31-XC) <Khang.TranBa@vn.bosch.com>2023-01-09 10:09:22 +0700
committerTran Ba Khang(MS/EMC31-XC) <Khang.TranBa@vn.bosch.com>2023-01-09 10:09:22 +0700
commita61f4d1939aa6cbd6abd4808a4f6984af7a011c9 (patch)
treef5a46f25c07115797c487ec948c21230018cac7d
parenta5bba8b5c629ecbe786dd21cbe30b7b4e63f0700 (diff)
downloadwayland-ivi-extension-a61f4d1939aa6cbd6abd4808a4f6984af7a011c9.tar.gz
ivi-id-agent: Revert the weston header link
The WESTON_INCLUDE_DIRS contains a link to ${install_dir}/include/weston. So, header files should not include the weston directory in the path. Signed-off-by: Tran Ba Khang(MS/EMC31-XC) <Khang.TranBa@vn.bosch.com>
-rw-r--r--ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c b/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c
index 0ec5943..87df2a3 100644
--- a/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c
+++ b/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c
@@ -28,7 +28,7 @@
#include <weston.h>
#include <libweston-desktop/libweston-desktop.h>
#include <libweston/config-parser.h>
-#include <weston/ivi-layout-export.h>
+#include <ivi-layout-export.h>
#ifndef INVALID_ID
#define INVALID_ID 0xFFFFFFFF