[PATCH weston 2/9] libweston: don't install shared/platform.h
Emil Velikov
emil.l.velikov at gmail.com
Mon Jul 4 14:34:17 UTC 2016
From: Emil Velikov <emil.velikov at collabora.com>
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 at collabora.com>
---
Feel free to disagree, but imho having a combination of nested (inline)
functions some of which using static variables is fragile/nasty.
---
Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 1c3d553..0163f25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -244,8 +244,7 @@ libwestoninclude_HEADERS = \
libweston/timeline-object.h \
shared/matrix.h \
shared/config-parser.h \
- shared/zalloc.h \
- shared/platform.h
+ shared/zalloc.h
westonincludedir = $(includedir)/weston
westoninclude_HEADERS = compositor/weston.h
--
2.8.2
More information about the wayland-devel
mailing list