Re: What is your opinion about adding scale support for subsurface?

2013-07-14 Thread Pekka Paalanen
On Sat, 13 Jul 2013 11:34:03 + "Wu, Zhiwen" wrote: > Hi pq, > I didn't meet you at the IRC today for the time zone issue. So I send this > mail. > Our team are using subsurface to display the video within application UI. It > works fine, but there is a common requirement on the video playba

[Brown Paper Bag Release] New Wayland Live CDs (with Wayland 1.2)

2013-07-14 Thread nerdopolis
Hi. It has come to my attention that there was a permission issue on /dev/dri/card* on the ISOs I released yesterday, preventing weston from starting as the user in cards that support kernel mode setting. I now have the loginmanager grant users in the plugdev group access to the /dev/dri/card*

[PATCH weston v2 2/2] autotools: Add an option to install demo clients

2013-07-14 Thread Armin K
This patch adds a configure option which will enable user to install demo clients if desired. It is disabled by default. v2: Remove AC_DEFINE as it is not necesary --- clients/Makefile.am | 9 + configure.ac| 6 ++ 2 files changed, 15 insertions(+) diff --git a/clients/Makefi

[PATCH weston v2 1/2] autotools: Rename demo clients

2013-07-14 Thread Armin K
Prefix demo clients names with weston-, so they can be installed if user desires. --- clients/Makefile.am | 134 ++-- 1 file changed, 68 insertions(+), 66 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index cad0d40..0f256b4 100

[PATCH weston 2/2] autotools: Add an option to install demo clients

2013-07-14 Thread Armin K
This patch adds a configure option which will enable user to install demo clients if desired. It is disabled by default. --- clients/Makefile.am | 9 + configure.ac| 9 + 2 files changed, 18 insertions(+) diff --git a/clients/Makefile.am b/clients/Makefile.am index 0f256b4

[PATCH weston 1/2] clients: Rename demo clients

2013-07-14 Thread Armin K
Prefix demo clients with weston- counterpart, so they can be installed if user desires. --- clients/Makefile.am | 134 ++-- 1 file changed, 68 insertions(+), 66 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index cad0d40..0f256