summaryrefslogtreecommitdiffstats
path: root/src/json_helper.hpp
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2018-01-11 11:08:47 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2018-01-24 14:13:48 +0900
commita94f6c67c67a68df8a894699686f2eaa8e870208 (patch)
tree70e8cd228f771d3ef4e31797c78ef261fdffeb17 /src/json_helper.hpp
parent7614135f5b9e129bb9af431e80f377cc128196c5 (diff)
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 <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/json_helper.hpp')
-rw-r--r--src/json_helper.hpp2
1 files changed, 1 insertions, 1 deletions
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 <json.hpp>
struct json_object;