Re: [PATCH 03/18] evdev: automatic configuration of mtdev library support

2013-06-21 Thread Marc Chalain
2013/6/21 > On 21/06/2013 11:52, Marc Chalain wrote: > >> 2013/6/21 >> >> > >> >> On 21/06/2013 10:39, mchalain [marc.chal...@gmail.com] wrote: >>> >>> From: mchalain it allows the --disable-mtdev option at configuration. evdev.c creates empty macros for mtdev functions

Re: [PATCH 03/18] evdev: automatic configuration of mtdev library support

2013-06-21 Thread sardemff7+wayland
On 21/06/2013 11:52, Marc Chalain wrote: 2013/6/21 On 21/06/2013 10:39, mchalain [marc.chal...@gmail.com] wrote: From: mchalain it allows the --disable-mtdev option at configuration. evdev.c creates empty macros for mtdev functions not availlables --- weston/configure.ac | 17 +

Re: [PATCH 03/18] evdev: automatic configuration of mtdev library support

2013-06-21 Thread Marc Chalain
2013/6/21 > On 21/06/2013 10:39, mchalain [marc.chal...@gmail.com] wrote: > >> From: mchalain >> >> it allows the --disable-mtdev option at configuration. >> evdev.c creates empty macros for mtdev functions not availlables >> >> --- >> weston/configure.ac | 17 ++--- >> west

Re: [PATCH 03/18] evdev: automatic configuration of mtdev library support

2013-06-21 Thread sardemff7+wayland
On 21/06/2013 10:39, mchalain [marc.chal...@gmail.com] wrote: From: mchalain it allows the --disable-mtdev option at configuration. evdev.c creates empty macros for mtdev functions not availlables --- weston/configure.ac | 17 ++--- weston/src/evdev.c | 11 ---

[PATCH 03/18] evdev: automatic configuration of mtdev library support

2013-06-21 Thread mchalain [marc.chal...@gmail.com]
From: mchalain it allows the --disable-mtdev option at configuration. evdev.c creates empty macros for mtdev functions not availlables --- weston/configure.ac | 17 ++--- weston/src/evdev.c | 11 --- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/west