diff options
author | Ossama Othman <ossama.othman@intel.com> | 2014-03-25 15:50:13 -0700 |
---|---|---|
committer | Ossama Othman <ossama.othman@intel.com> | 2014-03-25 15:50:13 -0700 |
commit | 4fbe20568de0e07a6bd43f40de3683b51dd3e1da (patch) | |
tree | 03b897bdb4900a1e3e60f2e2463078154b0a4803 | |
parent | 779159e6878575f603179d7da450004ad1956b47 (diff) | |
download | ico-uxf-weston-plugin-4fbe20568de0e07a6bd43f40de3683b51dd3e1da.tar.gz ico-uxf-weston-plugin-4fbe20568de0e07a6bd43f40de3683b51dd3e1da.tar.bz2 ico-uxf-weston-plugin-4fbe20568de0e07a6bd43f40de3683b51dd3e1da.zip |
Corrected build dependencies.
BuildRequires on genivi-shell-devel, not genivi-shell. Added
missing weston-ivi-shell-devel dependency. Include
<weston/ivi-shell-ext.h>, not <weston/ivi-shell.h>.
Change-Id: I90561ec7f4cf4d6a3616268967ffd1fc3f79916c
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
-rw-r--r-- | packaging/ico-uxf-weston-plugin.spec | 3 | ||||
-rw-r--r-- | src/ico_window_mgr.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packaging/ico-uxf-weston-plugin.spec b/packaging/ico-uxf-weston-plugin.spec index 0890e7b..933b806 100644 --- a/packaging/ico-uxf-weston-plugin.spec +++ b/packaging/ico-uxf-weston-plugin.spec @@ -18,7 +18,8 @@ BuildRequires: pkgconfig(ecore-wayland) BuildRequires: pkgconfig(aul) BuildRequires: pkgconfig(ecore) BuildRequires: mesa-devel -BuildRequires: genivi-shell +BuildRequires: genivi-shell-devel +BuildRequires: weston-ivi-shell-devel Requires: weston >= 1.4.0 Requires: genivi-shell Requires: weekeyboard diff --git a/src/ico_window_mgr.c b/src/ico_window_mgr.c index c62c9dd..2b52cb8 100644 --- a/src/ico_window_mgr.c +++ b/src/ico_window_mgr.c @@ -62,7 +62,7 @@ #define UIFW_DETAIL_OUT 1 /* 1=detail debug log/0=no detail log */ #include <weston/weston-layout.h> -#include <weston/ivi-shell.h> +#include <weston/ivi-shell-ext.h> #include "ico_ivi_common_private.h" #include "ico_window_mgr_private.h" #include "ico_window_mgr-server-protocol.h" |