Due to missing include, the messages from compositor-android are not processed.
Thanks to collegue for reminding of this issue. --- src/compositor-android.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/compositor-android.c b/src/compositor-android.c index 76b0ff1..06c8517 100644 --- a/src/compositor-android.c +++ b/src/compositor-android.c @@ -30,6 +30,7 @@ #include "compositor.h" #include "android-framebuffer.h" +#include "log.h" struct android_compositor; -- 1.7.5.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
