Re: [PATCH weston] compositor/clients: Protect CLOCK_BOOTTIME with ifdefs

2015-10-21 Thread Derek Foreman
Thanks for the review rebased and pushed On 04/10/15 08:23 AM, Giulio Camuffo wrote: > 2015-06-29 21:20 GMT+03:00 Derek Foreman : >> CLOCK_BOOTTIME is a relatively new* feature that may not actually be >> present everywhere (I'm looking at you wheezy). Since our use of it >> is actually only cos

Re: [PATCH weston] compositor/clients: Protect CLOCK_BOOTTIME with ifdefs

2015-10-04 Thread Giulio Camuffo
2015-06-29 21:20 GMT+03:00 Derek Foreman : > CLOCK_BOOTTIME is a relatively new* feature that may not actually be > present everywhere (I'm looking at you wheezy). Since our use of it > is actually only cosmetic, I've just ifdef'd if. > > * No it isn't. > > Signed-off-by: Derek Foreman > --- > >

[PATCH weston] compositor/clients: Protect CLOCK_BOOTTIME with ifdefs

2015-06-29 Thread Derek Foreman
CLOCK_BOOTTIME is a relatively new* feature that may not actually be present everywhere (I'm looking at you wheezy). Since our use of it is actually only cosmetic, I've just ifdef'd if. * No it isn't. Signed-off-by: Derek Foreman --- Theoretically, this could bite us if a new clock type is add