Re: [PATCH wayland] wayland-cursor: add an option that changes the cursor theme directory

2012-06-11 Thread Ander Conselvan de Oliveira
On 06/08/2012 04:08 PM, avijit.ma...@wipro.com wrote: Hi, Thanks for your quick reply. Is this patch available for Wayland 0.85 as well. libwayland-cursor was introduced after the 0.85 release, so no. I have a requirement for Wayland 0.85 and I am not able to load the cursor. It always giv

Re: [PATCH wayland] wayland-cursor: add an option that changes the cursor theme directory

2012-06-08 Thread Kristian Høgsberg
On Fri, Jun 08, 2012 at 11:58:02AM +0300, Ander Conselvan de Oliveira wrote: > Some distros (e.g. gentoo) install cursor themes in non-standard > directories. Add option --with-icondir to configure.sh that sets the > directory in which to look for cursors. Thanks, that makes sense. Kristian > ---

RE: [PATCH wayland] wayland-cursor: add an option that changes the cursor theme directory

2012-06-08 Thread avijit.manna
_ From: Daniel Stone [dan...@fooishbar.org] Sent: Friday, June 08, 2012 6:10 PM To: Avijit Manna (WT01 - PES) Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH wayland] wayland-cursor: add an option that changes the cursor theme directory Hi, On 8 June 2012 13:06, wrote: > Can I get t

Re: [PATCH wayland] wayland-cursor: add an option that changes the cursor theme directory

2012-06-08 Thread Daniel Stone
Hi, On 8 June 2012 13:06, wrote: > Can I get the base files on which this patches needs to be applied? > > I understand that this patch needs to be added on top of libwayland-cursor > that is still under progress. Please provide me the latest of this > libwayland-cursor code on which I need to

Re:[PATCH wayland] wayland-cursor: add an option that changes the cursor theme directory

2012-06-08 Thread avijit.manna
Hi, Can I get the base files on which this patches needs to be applied? I understand that this patch needs to be added on top of libwayland-cursor that is still under progress. Please provide me the latest of this libwayland-cursor code on which I need to apply this patch. Regards, Avijit Plea

[PATCH wayland] wayland-cursor: add an option that changes the cursor theme directory

2012-06-08 Thread Ander Conselvan de Oliveira
Some distros (e.g. gentoo) install cursor themes in non-standard directories. Add option --with-icondir to configure.sh that sets the directory in which to look for cursors. --- configure.ac |5 + cursor/Makefile.am |6 +- 2 files changed, 10 insertions(+), 1 deletions(-) di