Re: Questions and thoughts about input method protocol

2013-01-30 Thread Yichao Yu
Hi, On Wed, Jan 30, 2013 at 4:09 PM, Pekka Vuorela wrote: > On 29.01.2013 04:49, Yichao Yu wrote: >> >> Hi, >> >> With the comment on the recent patches for the input method protocol, >> it seems that we are finally on the way to support cursor following. >> However I still have some questions ab

Re: Questions and thoughts about input method protocol

2013-01-30 Thread Pekka Vuorela
On 29.01.2013 04:49, Yichao Yu wrote: Hi, With the comment on the recent patches for the input method protocol, it seems that we are finally on the way to support cursor following. However I still have some questions about the protocol (and it's limitation). 1, Is there any plan to support xway

[PATCH weston] configure: prevent premature HAVE_GLU check

2013-01-30 Thread Konno, Joe
When cairo-gl and mesa-glu are present on the system, autoconf successfully recognizes both. However, I was wondering why weston-screensaver was not building since autoconf reported all dependencies were met. Move the mesa-glu PKG_CHECK before the conditional. Additionally, remove redundant check