Re: [PATCH] build: Add Android.mk script to build wayland libraries as external library of Android

2013-07-15 Thread Marc Chalain
Hello, To demonstrate Android on wayland, I attach a picture with weston running on STE Snowball board (ARM PCU + Mali GPU) current git version with some specific modifications. Weston uses the framebuffer compositor (fbdev). Weston is build with Linaro toolchain and the glibc corresponding. Inside

[PATCH] build: Add Android.mk script to build wayland libraries as external library of Android

2013-07-15 Thread mchalain [marc.chal...@gmail.com]
From: mchalain The Wayland directory has to be inside "external" directory of Android tree. On some old Android bionic version wayland needs an extra support for timerfd_create and signalfd. To pass this problem, I develop a "libglibcpatches" which implement this syscalls. You will can find thi