[PATCH weston] Install shared/zalloc.h
Giulio Camuffo
giuliocamuffo at gmail.com
Sat Aug 10 05:41:04 PDT 2013
Plugins need to have it available, as it is included in compositor.h.
---
src/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index c7ce982..929de31 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -93,7 +93,8 @@ westoninclude_HEADERS = \
version.h \
compositor.h \
../shared/matrix.h \
- ../shared/config-parser.h
+ ../shared/config-parser.h \
+ ../shared/zalloc.h
moduledir = $(libdir)/weston
module_LTLIBRARIES = \
--
1.8.3.4
More information about the wayland-devel
mailing list