Install shared/zalloc.h
Plugins need to have it available, as it is included in compositor.h. https://bugs.freedesktop.org/show_bug.cgi?id=67948
This commit is contained in:
committed by
Kristian Høgsberg
parent
f5e3ad295c
commit
4e5f1153ca
+2
-1
@@ -93,7 +93,8 @@ westoninclude_HEADERS = \
|
|||||||
version.h \
|
version.h \
|
||||||
compositor.h \
|
compositor.h \
|
||||||
../shared/matrix.h \
|
../shared/matrix.h \
|
||||||
../shared/config-parser.h
|
../shared/config-parser.h \
|
||||||
|
../shared/zalloc.h
|
||||||
|
|
||||||
moduledir = $(libdir)/weston
|
moduledir = $(libdir)/weston
|
||||||
module_LTLIBRARIES = \
|
module_LTLIBRARIES = \
|
||||||
|
|||||||
Reference in New Issue
Block a user