summaryrefslogtreecommitdiff
path: root/ivi-id-agent-modules
diff options
context:
space:
mode:
authorEugen Friedrich <efriedrich@de.adit-jv.com>2023-01-07 21:44:39 +0100
committerEugen Friedrich <efriedrich@de.adit-jv.com>2023-01-07 21:47:07 +0100
commita5bba8b5c629ecbe786dd21cbe30b7b4e63f0700 (patch)
tree6403b38e6f9cc87718deefdc28713d13e2ffa52e /ivi-id-agent-modules
parent2c3d20a8afca05eddb85e72334a3bbafa7f81d31 (diff)
parent010d53961b866891b9ec946053a3e3bfc0adbc2c (diff)
downloadwayland-ivi-extension-a5bba8b5c629ecbe786dd21cbe30b7b4e63f0700.tar.gz
Merge remote-tracking branch 'upstream/pull/110'
* upstream/pull/110 simple-weston-client: update dependencies to build on weston 7 ivi-id-agent: update dependencies to build on weston 7 ivi-id-agent: update to weston 7 header files ivi-input-controller: update to weston 7 header files Reviewed-by: Eugen Friedrich <efriedrich@de.adit-jv.com> Reviewed-by: Harsha M M <harsha.manjulamallikarjun@in.bosch.com> Tested-by: Doan Ngoc Au <au.doanngoc@vn.bosch.com> solved merged onflicts: ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c
Diffstat (limited to 'ivi-id-agent-modules')
-rw-r--r--ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt2
-rw-r--r--ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
index d4fc24c..d5834f3 100644
--- a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
+++ b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
@@ -25,7 +25,7 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(WAYLAND_SERVER wayland-server REQUIRED)
pkg_check_modules(WESTON weston>=6.0.0 REQUIRED)
pkg_check_modules(PIXMAN pixman-1 REQUIRED)
-pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-6 REQUIRED)
+pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-7 REQUIRED)
find_package(Threads REQUIRED)
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 0c8b532..0ec5943 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
@@ -26,9 +26,9 @@
#include <limits.h>
#include <weston.h>
-#include <libweston-6/libweston-desktop.h>
-#include "config-parser.h"
-#include <ivi-layout-export.h>
+#include <libweston-desktop/libweston-desktop.h>
+#include <libweston/config-parser.h>
+#include <weston/ivi-layout-export.h>
#ifndef INVALID_ID
#define INVALID_ID 0xFFFFFFFF