From: Emil Velikov <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
