Re: Which distro/version is better for compiling Wayland?

2012-06-09 Thread Scott Moreau
On Sat, Jun 9, 2012 at 10:56 PM, Xiong Jiang wrote: > To compile cairo with GL enabled, I followed the Wayland README and > pull the latest cairo git. However then I found that I need the latest > pixman git. > > Do you know which distro/version has the required dev packages so I do > not need to

Which distro/version is better for compiling Wayland?

2012-06-09 Thread Xiong Jiang
To compile cairo with GL enabled, I followed the Wayland README and pull the latest cairo git. However then I found that I need the latest pixman git. Do you know which distro/version has the required dev packages so I do not need to compile everything from scratch? Thanks! __

[PATCH] desktop-shell: move panel_add_clock call to panel_create function

2012-06-09 Thread Rafal Mielniczuk
Putting panel_add_clock in launcher_section_done handler will cause clock to be created multiple times with every launcher. Fix is to move the call to panel_create function. --- clients/desktop-shell.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/desktop-shell.c

[PATCH] compositor: change position of weston_log_file_open call

2012-06-09 Thread Rafal Mielniczuk
In case XDG_RUNTIME_DIR was not set, weston_log will crash the compositor instead of spitting error msg, as weston log was not yet opened --- src/compositor.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 700f31b..0230de8 10064