Rename Instrument Cluster Container layer
[AGL/meta-agl-devel.git] / meta-agl-ic-container / recipes-graphics / wayland / wayland-ivi-extension / 0003-ivi-id-agent-update-dependencies-to-build-on-weston-.patch
1 From 46ef7140611d684d1dbecd866608333e67a1985e 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:54 -0500
4 Subject: [PATCH 3/6] ivi-id-agent: update dependencies to build on weston 8
5
6 upgrade libweston-desktop version.
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/CMakeLists.txt | 2 +-
14  1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
17 index 3e604a5..4f285c2 100644
18 --- a/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
19 +++ b/ivi-id-agent-modules/ivi-id-agent/CMakeLists.txt
20 @@ -25,7 +25,7 @@ find_package(PkgConfig REQUIRED)
21  pkg_check_modules(WAYLAND_SERVER wayland-server REQUIRED)
22  pkg_check_modules(WESTON weston>=6.0.0 REQUIRED)
23  pkg_check_modules(PIXMAN pixman-1 REQUIRED)
24 -pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-6 REQUIRED)
25 +pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-8 REQUIRED)
26  
27  find_package(Threads REQUIRED)
28  
29 -- 
30 2.17.1
31