[PATCH 7/9] [kdrive] Add option to compile out input drivers

Mikhail Gusarov dottedmag at dottedmag.net
Tue Jan 5 01:31:05 PST 2010


Twas brillig at 13:01:21 05.01.2010 UTC+11 when daniel at fooishbar.org did gyre and gimble:

 >> +    AM_CONDITIONAL(KDRIVE_KBD, test x$KDRIVE_KBD = xyes)
 >> +    if test x$KDRIVE_KBD = xyes; then
 >> +       AC_DEFINE(KDRIVE_KBD, 1, [Enable KDrive kbd driver])
 >> +    fi
 >> +    AM_CONDITIONAL(KDRIVE_EVDEV, test x$KDRIVE_EVDEV = xyes)
 >> +    if test x$KDRIVE_EVDEV = xyes; then
 >> +       AC_DEFINE(KDRIVE_EVDEV, 1, [Enable KDrive evdev driver])
 >> +    fi
 >> +    AM_CONDITIONAL(KDRIVE_MOUSE, test x$KDRIVE_MOUSE = xyes)
 >> +    if test x$KDRIVE_MOUSE = xyes; then
 >> +       AC_DEFINE(KDRIVE_MOUSE, 1, [Enable KDrive mouse driver])
 >> +    fi
 >> +
 >>      XEPHYR_REQUIRED_LIBS="x11 $LIBXEXT xfont xau xdmcp"
 >>      if test "x$XV" = xyes; then
 >>          XEPHYR_REQUIRED_LIBS="$XEPHYR_REQUIRED_LIBS xv"

 DS> AM_CONDITIONALs must always be at the top level; AC_DEFINEs are
 DS> okay tho.

Adjusted in-place. Thanks.

-- 
  http://fossarchy.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20100105/918f0f30/attachment.pgp 


More information about the xorg-devel mailing list