From a94f6c67c67a68df8a894699686f2eaa8e870208 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Thu, 11 Jan 2018 11:08:47 +0900 Subject: Change the protocol from ivi-controller to ivi-wm This patch is for master branch only. For using wayland-ivi-extension version 2.x, the wayland protocol in WindowManager is changed from ivi-controller to ivi-wm. NOTE: If using this patch, the modification for AGL/meta-agl which described in SPEC-1244 is necessary. Bug-AGL: SPEC-1244 Change-Id: I5489db202dfeec8f4626aee53bd1f86c145b95d9 Signed-off-by: Yuta Doi --- src/json_helper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/json_helper.hpp') diff --git a/src/json_helper.hpp b/src/json_helper.hpp index 687fd89..78e03f7 100644 --- a/src/json_helper.hpp +++ b/src/json_helper.hpp @@ -18,7 +18,7 @@ #define TMCAGLWM_JSON_HELPER_HPP #include "result.hpp" -#include "wayland.hpp" +#include "wayland_ivi_wm.hpp" #include struct json_object; -- cgit 1.2.3-korg