[PATCH] ivi-shell: install ivi-layout-export.h
Bryce Harrington
bryce at osg.samsung.com
Thu Oct 15 16:14:22 PDT 2015
On Thu, Oct 15, 2015 at 02:51:43PM +0000, Ucan, Emre (ADITG/SW1) wrote:
> IVI-Shell is designed to be used with other controller modules
> than hmi-controller.These controller modules require
> the ivi-layout-export header file to properly integrate
> with the ivi-shell. The header file should be installed
> when ivi-shell is enabled, because these controller modules
> are not a part of the weston repository.
>
> Signed-off-by: Emre Ucan <eucan at de.adit-jv.com>
LGTM
Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>
Pushed:
remote: Updating patchwork state for http://patchwork.freedesktop.org/project/wayland/list/
remote: I: patch #61943 updated using rev ae2541d3f2923cfb300a42ab333906bea350ce91
remote: I: 1 patch(es) updated to state Accepted.
To ssh://git.freedesktop.org/git/wayland/weston
c7ee760..ae2541d master -> master
> ---
> Makefile.am | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index 1900390..13c43bf 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -215,6 +215,11 @@ westoninclude_HEADERS = \
> shared/zalloc.h \
> shared/platform.h
>
> +if ENABLE_IVI_SHELL
> +westoninclude_HEADERS += \
> + ivi-shell/ivi-layout-export.h
> +endif
> +
> if ENABLE_EGL
> module_LTLIBRARIES += gl-renderer.la
> gl_renderer_la_LDFLAGS = -module -avoid-version
> --
> 1.7.9.5
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list