summaryrefslogtreecommitdiff
path: root/ivi-id-agent-modules/ivi-id-agent/src
diff options
context:
space:
mode:
authorTran Ba Khang(MS/EMC31-XC) <Khang.TranBa@vn.bosch.com>2023-01-03 13:18:26 +0700
committerTran Ba Khang(MS/EMC31-XC) <Khang.TranBa@vn.bosch.com>2023-01-03 13:18:26 +0700
commit846ce906c6b0cf5938e4d0e9bde89fc2f9395ee5 (patch)
tree4545f42fb6d7f727d8889bcf4d78a4582426a4cd /ivi-id-agent-modules/ivi-id-agent/src
parente6a5c6fd3222f3325b68ef2f71d6e4c951f29900 (diff)
downloadwayland-ivi-extension-846ce906c6b0cf5938e4d0e9bde89fc2f9395ee5.tar.gz
CMake: Fix 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>
Diffstat (limited to 'ivi-id-agent-modules/ivi-id-agent/src')
-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 8f0c199..227e739 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-6/libweston-desktop.h>
#include "config-parser.h"
-#include <weston/ivi-layout-export.h>
+#include <ivi-layout-export.h>
#ifndef INVALID_ID
#define INVALID_ID 0xFFFFFFFF