libweston: don't install shared/platform.h
The header contains a set of extension check (helpers), which do not provide any compositor related functionality and are not required for using libweston. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
10772dba04
commit
cbcf545fd9
+1
-2
@@ -243,8 +243,7 @@ libwestoninclude_HEADERS = \
|
|||||||
libweston/timeline-object.h \
|
libweston/timeline-object.h \
|
||||||
shared/matrix.h \
|
shared/matrix.h \
|
||||||
shared/config-parser.h \
|
shared/config-parser.h \
|
||||||
shared/zalloc.h \
|
shared/zalloc.h
|
||||||
shared/platform.h
|
|
||||||
|
|
||||||
westonincludedir = $(includedir)/weston
|
westonincludedir = $(includedir)/weston
|
||||||
westoninclude_HEADERS = compositor/weston.h
|
westoninclude_HEADERS = compositor/weston.h
|
||||||
|
|||||||
Reference in New Issue
Block a user