[PATCH] build: disabling the mtdev library support

2013-06-25 Thread mchalain [marc.chal...@gmail.com]
From: mchalain This patch creates the --enable-mtdev configure's option with "auto" as default value. If mtdv library is not available the mtdev functions are replaced by empty macros. To simplify the Makefile.am evdev source files are placed inside a static library. The other reason of this modi

Re: [PATCH] build: disabling the mtdev library support

2013-06-25 Thread sardemff7+wayland
On 25/06/2013 17:59, Marc Chalain wrote: 2013/6/25 On 25/06/2013 17:28, mchalain [marc.chal...@gmail.com] wrote: From: mchalain AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes) if test x$have_jpeglib = xyes; then JPEG_LIBS="-ljpeg" @@ -259,8 +269,8 @@ AS_IF

Re: [PATCH] build: disabling the mtdev library support

2013-06-25 Thread Marc Chalain
2013/6/25 > On 25/06/2013 17:28, mchalain [marc.chal...@gmail.com] wrote: > >> From: mchalain >> > >AC_CHECK_LIB([jpeg], [jpeg_CreateDecompress], have_jpeglib=yes) >> if test x$have_jpeglib = xyes; then >> JPEG_LIBS="-ljpeg" >> @@ -259,8 +269,8 @@ AS_IF([test "x$enable_resize_optimiza

Re: [PATCH] build: disabling the mtdev library support

2013-06-25 Thread sardemff7+wayland
On 25/06/2013 17:28, mchalain [marc.chal...@gmail.com] wrote: From: mchalain This patch creates the --enable-mtdev configure's option with "auto" as default value. If mtdv library is not available the mtdev functions are replaced by empty macros. To simplify the Makefile.am evdev source files a

[PATCH] build: disabling the mtdev library support

2013-06-25 Thread mchalain [marc.chal...@gmail.com]
From: mchalain This patch creates the --enable-mtdev configure's option with "auto" as default value. If mtdv library is not available the mtdev functions are replaced by empty macros. To simplify the Makefile.am evdev source files are placed inside a static library. The other reason of this modi