Re: [PATCH wayland 1/2] cursor: use os_create_anonymous_file()

2012-07-09 Thread Kristian Høgsberg
On Mon, Jul 09, 2012 at 01:34:34PM +0300, Pekka Paalanen wrote: > Copy the implementation of os_create_anonymous_file() here from weston, > so we can use it instead of hardcoding a path to /tmp, which does not > exist on Android. > > Without this, cursors cannot be loaded on Android. Thanks, comm

[PATCH wayland 1/2] cursor: use os_create_anonymous_file()

2012-07-09 Thread Pekka Paalanen
Copy the implementation of os_create_anonymous_file() here from weston, so we can use it instead of hardcoding a path to /tmp, which does not exist on Android. Without this, cursors cannot be loaded on Android. Signed-off-by: Pekka Paalanen --- configure.ac |2 +- cursor/Makefi