summaryrefslogtreecommitdiff
path: root/weston-ivi-shell
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-06-18 15:37:39 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-06-19 10:19:59 +0900
commit272a44f1ca76049fbea064f0317460e30e086788 (patch)
tree756a20687edf9306f76c6e544473d5b558547b29 /weston-ivi-shell
parent6c8fed8145029563b0ddcd9d760e47bdfaaa9099 (diff)
downloadwayland-ivi-extension-272a44f1ca76049fbea064f0317460e30e086788.tar.gz
ivi-controller: search global directories for compositor.h
compositor.h is not located in the source directory of wayland-ivi-extension. Therefore, brackets should be used instead of quotation marks. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'weston-ivi-shell')
-rw-r--r--weston-ivi-shell/CMakeLists.txt1
-rw-r--r--weston-ivi-shell/src/ivi-controller-impl.c2
-rw-r--r--weston-ivi-shell/src/ivi-extension.h2
-rw-r--r--weston-ivi-shell/src/ivi-layout-export.h2
4 files changed, 3 insertions, 4 deletions
diff --git a/weston-ivi-shell/CMakeLists.txt b/weston-ivi-shell/CMakeLists.txt
index dcab853..7708fa5 100644
--- a/weston-ivi-shell/CMakeLists.txt
+++ b/weston-ivi-shell/CMakeLists.txt
@@ -35,7 +35,6 @@ include_directories(
${WAYLAND_SERVER_INCLUDE_DIRS}
${WESTON_INCLUDE_DIRS}
${PIXMAN_INCLUDE_DIRS}
- ${WESTON_INCLUDE_DIRS}/weston
)
link_directories(
diff --git a/weston-ivi-shell/src/ivi-controller-impl.c b/weston-ivi-shell/src/ivi-controller-impl.c
index f35a410..23a70a4 100644
--- a/weston-ivi-shell/src/ivi-controller-impl.c
+++ b/weston-ivi-shell/src/ivi-controller-impl.c
@@ -27,7 +27,7 @@
#include <stdlib.h>
-#include "weston/compositor.h"
+#include <weston/compositor.h>
#include "ivi-controller-server-protocol.h"
#include "bitmap.h"
diff --git a/weston-ivi-shell/src/ivi-extension.h b/weston-ivi-shell/src/ivi-extension.h
index ea3f480..540ee94 100644
--- a/weston-ivi-shell/src/ivi-extension.h
+++ b/weston-ivi-shell/src/ivi-extension.h
@@ -23,7 +23,7 @@
#define IVI_EXTENSION_H
#include <stdbool.h>
-#include "weston/compositor.h"
+#include <weston/compositor.h>
struct ivishell {
struct wl_resource *resource;
diff --git a/weston-ivi-shell/src/ivi-layout-export.h b/weston-ivi-shell/src/ivi-layout-export.h
index 5a1a014..d38d6ea 100644
--- a/weston-ivi-shell/src/ivi-layout-export.h
+++ b/weston-ivi-shell/src/ivi-layout-export.h
@@ -53,7 +53,7 @@ extern "C" {
#endif /* __cplusplus */
#include "stdbool.h"
-#include "compositor.h"
+#include <weston/compositor.h>
#define IVI_SUCCEEDED (0)
#define IVI_FAILED (-1)