[PATCH wayland-web] Added depencies and bug fixes to build instructions

2014-05-16 Thread spitzak
From: spitzak This is based on several experimental runs on two different Ubuntu 12.04 machines. Latest version includes instructions for a recent update of Mesa (which requires llvm-3.1) and that you must compile Cairo to avoid bugs in the system-supplied version. --- building.html | 378 +

Re: Question about cairo-gl

2014-05-16 Thread Bill Spitzak
On 05/14/2014 11:58 PM, Pekka Paalanen wrote: I would be ok with just dropping the Cairo build instructions. Personally I think cairo-gl/cairo-glesv2 are not useful for Weston demos. You lose weston-gears and the screensaver, but I think those should be ported away from cairo-gl anyway. I trie

[PATCH v3] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-16 Thread Srivardhan Hebbar
This is a fix to the bug https://bugs.freedesktop.org/show_bug.cgi?id=78688. Signed-off-by: Srivardhan Hebbar --- configure.ac | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 031a26f..47a38cd 100644 --- a/configure.ac +++ b/c

RE: [PATCH v2] configure.ac: Change in build system to use the path from pkg-config for wayland-scanner.

2014-05-16 Thread Srivardhan
> -Original Message- > From: wayland-devel [mailto:wayland-devel- > boun...@lists.freedesktop.org] On Behalf Of Pekka Paalanen > Sent: Friday, May 16, 2014 11:43 AM > To: Neil Roberts > Cc: Srivardhan Hebbar; wayland-devel@lists.freedesktop.org > Subject: Re: [PATCH v2] configure.ac: Chan