ivi-shell: install ivi-layout-export.h
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@de.adit-jv.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
c7ee7608ef
commit
ae2541d3f2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user