Re: [PATCH]: mtdev could be disabled at configuration

2013-06-09 Thread Pekka Paalanen
On Fri, 7 Jun 2013 12:11:14 +0200 Marc Chalain wrote: > mtdev is not necessary on some device (desktop or set-top-box). For > embedded solution the minimum of dependencies is required. "configure" > accepts the --disable-mtdev option. Hi Marc, with this patch, if weston is compiled with --disab

Re: The way to use system cursor and custom(client) cursor

2013-06-09 Thread Pekka Paalanen
On Sun, 9 Jun 2013 16:01:48 -0700 Elvis Lee(__) wrote: > Hello. > > > > I feel unnatural to implement custom cursor scenario. Here is a question. > > How does a client request compositor to use system cursor? > > > > The system cursor means a current default cursor for compositor. >

The way to use system cursor and custom(client) cursor

2013-06-09 Thread 이광웅
Hello. I feel unnatural to implement custom cursor scenario. Here is a question. How does a client request compositor to use system cursor? The system cursor means a current default cursor for compositor. Currently, client should know about the system cursor in order to use it as paramete

Re: [PATCH weston v2 2/4] weston: Allow relative paths for modules

2013-06-09 Thread Pekka Paalanen
On Fri, 07 Jun 2013 16:52:25 -0700 Bill Spitzak wrote: > Pekka Paalanen wrote: > > > Hi Quentin, > > > > do we expect to load modules from subdirs under MODULEDIR ever? > > > > If not, I think this could be simplified to just scan the name for a > > '/', and if there is one use the name as is,