agl-compositor: Update/port patches for AGL compositor
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-graphics / wayland / wayland-ivi-extension / 0002-ivi-id-agent-update-to-weston-7-header-files.patch
1 From 7b7a5e96388f2431e750583a035962d261292b43 Mon Sep 17 00:00:00 2001
2 From: Rajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com>
3 Date: Mon, 6 Jan 2020 06:45:11 -0500
4 Subject: [PATCH 2/6] ivi-id-agent: update to weston 7 header files
5
6 update the header file path.
7
8 Upstream-Status: Submitted [https://github.com/GENIVI/wayland-ivi-extension/pull/110]
9
10 Signed-off-by: Rajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com>
11 Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
12 ---
13  ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c | 4 ++--
14  1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 8f0c199..b80e2a4 100644
18 --- a/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c
19 +++ b/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c
20 @@ -26,8 +26,8 @@
21  #include <limits.h>
22  
23  #include <weston.h>
24 -#include <libweston-6/libweston-desktop.h>
25 -#include "config-parser.h"
26 +#include <libweston-desktop/libweston-desktop.h>
27 +#include <libweston/config-parser.h>
28  #include <weston/ivi-layout-export.h>
29  
30  #ifndef INVALID_ID
31 -- 
32 2.17.1
33