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
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!
__
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
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